in reply to Re^2: 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

And i dont want to use this. This was my example.
<select id="multipeColorSelect" multiple size="8"> <option value="Red" class="maincolor">Red</option> <option value="Orange" class="maincolor">Orange</option> <option value="Green" class="maincolor">Green</option> <option value="White" class="maincolor">White</option> <option value="Yellow">Yellow</option> <option value="Blue">Blue</option> <option value="Black">Black</option> <option value="Brown">Brown</option> </select>
Instead I want to call values from hash from dropdown when checkbox is checked.
  • Comment on Re^3: Perl and jQuery to select mutiple elements from dropdown by checking checkboxes (multipeColorSelect.pl)
  • Download Code

Replies are listed 'Best First'.
Re^4: Perl and jQuery to select mutiple elements from dropdown by checking checkboxes (multipeColorSelect.pl)
by Anonymous Monk on Oct 22, 2014 at 15:27 UTC
    Please reply.

      Here is my advice, go to http://jsfiddle.net/, and set up your attempt at solving this, share your jsfiddle with the stackoverflow and someone might help you

      Don't mention perl anymore, its a jquery/html question ... perl isn't involved anymore