skip to Main Content

Jquery inside PHP loop with PHP values as ID

I'm using a Bootstrap multiselect plugin (https://davidstutz.github.io/bootstrap-multiselect/). The documentation says to call the plugin to the forms select id by the following: $('#example').multiselect(); However my page is a timetable with multiple cells that are actually generated by a loop statement.…

VIEW QUESTION
Back To Top
Search