[jQuery] jQuery hidden & checkbox fields

2008-04-28 Thread wizardElite
I'm having issues with hidden & checkbox input fields. I have a set of checkboxes that the user can click. When a user selects a checkbox, I want jQuery to return the value of that particular checkbox, plus the value of the hidden form field that is next to it. Yet, it's not as easy as I though

[jQuery] CakePHP & jQuery Issues

2008-04-21 Thread wizardElite
As a relative noob to the realm of jQuery, Ajax, & CakePHP. I've been beating my head into a brick wall trying to figure out a problem I'm having. I have a simple checkbox within a view checkbox('Request/ review_id', null, array('1'=> 'Ready', 'class' => 'review'));