Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 99: Line 99:


         const checked = $('#data-source-filter input[type="checkbox"]:checked')
         const checked = $('#data-source-filter input[type="checkbox"]:checked')
            .map(val => $(this).val())
         
         console.log(checked)
         console.log(checked)



Revision as of 11:12, 8 June 2022

Development verstion of the DCT List.
Not ready for production!