[jQuery] Re: Jquery Form Plugin not sending name of button in Safari

2009-11-04 Thread petersendidit
form.clk_y = e.pageY - target.offsetTop; } } // clear form vars setTimeout(function() { form.clk = form.clk_x = form.clk_y = null; }, 10); }); }; On Nov 4, 8:44 am, petersendidit wrote: > I have a form with 2 button elements in it.  Butt

[jQuery] Jquery Form Plugin not sending name of button in Safari

2009-11-04 Thread petersendidit
I have a form with 2 button elements in it. Button elements are used because they are much easier to style as needed. Save Save As Copy I am using the jquery form plugin (http://jquery.malsup.com/form/) to submit the form by ajax. Everything works great in all browser

[jQuery] Problem with $.get() and array in json data

2009-06-16 Thread petersendidit
I am provided a json object that looks something like this: {"pager_offset":50,"types":[1,2,4]} If I feed that json object in to the jQuery $.get() function as the data the request it makes is like this: ?pager_offset=50&types=1&types=2&types=4 Note that it really should be this in order for t