Re: [jQuery] Sending all checked checkboxes

2009-12-23 Thread Charlie Griefer
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 wrote: > How would I go about sen

[jQuery] Sending all checked checkboxes

2009-12-23 Thread spiraldev
How would I go about send all of my checked checkboxes with the class of "filter" via ajax?