in reply to Re^3: Perl and jQuery to select mutiple elements from dropdown by checking checkboxes (multipeColorSelect.pl)
in thread Perl and jQuery to select mutiple elements from dropdown by checking checkboxes

You are aware that the jQuery function does not run on your server?

You can make a jQuery.get() (or jQuery.ajax()) request to load data that is served from Perl. But this is Perlmonks, not jQuerymonks, so for programming Javascript and jQuery, you have to go somewhere else.

  • Comment on Re^4: Perl and jQuery to select mutiple elements from dropdown by checking checkboxes (multipeColorSelect.pl)
  • Select or Download Code