Wow! Very nice. Thank you very much.
On Feb 27, 3:46 pm, Matthew Hazlett <[email protected]> wrote: > I did a little more for you:http://jsfiddle.net/mVK5G/1/ > > Now you can have multiple sets of radio buttons and they also will > update more then one time. > > > > > > > > > > > Melinda <mailto:[email protected]> > > Monday, February 27, 2012 4:43 PM > > Thanks, Matthew. I appreciate you taking the time to reply. Regards. > > Matthew Hazlett <mailto:[email protected]> > > Monday, February 27, 2012 3:43 PM > > I wrote this this morning and forgot to hit send. > > > A little late but its the thought that counts: > >http://jsfiddle.net/mVK5G/ > > > Melinda <mailto:[email protected]> > > Monday, February 27, 2012 1:38 PM > > Thank you for your code samples and your time in replying. Sorry, I > > guess I should have included my list of checkboxes. > > > Regards. > > Andrea Dessì <mailto:[email protected]> > > Monday, February 27, 2012 12:34 PM > > Hello, > > > It's a bit difficult to understand your needs without a working example :) > > I've coded a jsfiddle for you: > >http://jsfiddle.net/9UpvW/ > > > btw... more complex things can be done... > > and maybe a this library could suite > >https://github.com/NKjoep/MooCells > > > Best, > > Andrea > > > [email protected] <mailto:[email protected]> > > Monday, February 27, 2012 9:26 AM > > I am completely new to Mootools and I’ve been trying to understand the > > documentation and apply it to my problem however, I am having no luck > > at the present time. > > > I have a set of offer option checkboxes that exist on my page with > > defined specific values. The issue is that as the user selects a > > checkbox then I need to immediately apply the value of that option > > checkbox to another checkbox on my page and change the color of that > > checkbox to RED. > > > How can I accomplish that with Mootools? > > > In googling I think I found a way that I can get the values of the > > second set of checkboxes once I can figure out the first part and any > > feedback from the mootools user group would be appreciated if this is > > incorrect. Here is the code I found: > > > //Retrieve all values of the second set of checkboxes > > var values = > > $$('input[name=secondCheckboxes]:checked').map(function(e){return > > e.value;}); > > > I hope this makes sense. > > > Any help/direction would be appreciated. > > > Regards. > > -- > > *Matthew Hazlett*/Owner//, Clarity Computers/ > Tel: 603 707 1774| Mobile: 603 707 1774 > [email protected]|http://www.linkedin.com/in/hazlema > > Facebook <http://www.facebook.com/profile.php?id=1491561960> Twitter > <https://twitter.com/#%21/hazlema> LinkedIn > <http://www.linkedin.com/in/hazlema>
