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
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
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
3 matches
Mail list logo