Re: [jQuery] Sending all checked checkboxes
If I'm understanding you properly...
$('input:checkbox.filter:checked') would give you an array of checked checkboxes with class="filter"
How you send them via AJAX depends on what the file on the server is expecting.
On Wed, Dec 23, 2009 at 9:46 AM, spiraldev <spiraldev@gmail.com> wrote:
How would I go about send all of my checked checkboxes with the class
of "filter" via ajax?
--
Charlie Griefer
http://charlie.griefer.com/
I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home