in reply to Re^2: jQuery to select mutiple elements from dropdown by checking checkboxes (subroutine/function)
in thread Perl and jQuery to select mutiple elements from dropdown by checking checkboxes

you will get more help from the monks if you simplify your example and strip out frameworks/data not relevant to the perl / server side code.
please bear in mind that disabling controls like checkbox/radiobtn in a html form causes the element&its value to not be set in the POST data. w3 source
  • Comment on Re^3: jQuery to select mutiple elements from dropdown by checking checkboxes (subroutine/function)

Replies are listed 'Best First'.
Re^4: jQuery to select mutiple elements from dropdown by checking checkboxes (subroutine/function)
by Anonymous Monk on Oct 22, 2014 at 06:41 UTC
    so there is no solution for this?