[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. form id=testform method=post name=testform input type=text value= name=firstname id=firstname/ button class=button ci_btn_shdw value=Save As New name=_event

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

2009-11-04 Thread petersendidit
; } } // clear form vars setTimeout(function() { form.clk = form.clk_x = form.clk_y = null; }, 10); }); }; On Nov 4, 8:44 am, petersendidit petersendi...@gmail.com wrote: I have a form with 2 button elements in it.  Button elements are used because they are much easier

[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=50types=1types=2types=4 Note that it really should be this in order for the