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

can i interject to recommend the Template Toolkit for you to conditionally display select options based on the checkbox value outside the perl script.

Is jQuery a client/customer requirement, or is it something u can replace ? Using TT, every time u need to tweak your display logic, you dont have to look at changing your perl code.
  • Comment on Re^4: Perl and jQuery to select mutiple elements from dropdown by checking checkboxes (multipeColorSelect.pl)