Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

by Anonymous Monk
on Oct 22, 2014 at 12:11 UTC ( [id://1104678]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1104678]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 05:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found