[jQuery] Re: "subclassing" ajaxForm

2009-02-09 Thread Mike Alsup
> ok, seems like i got it on my own, with a bunch of help from malsup's > blog and the jq docs. > > looks like that. that's ok, you think? Nice!

[jQuery] Re: "subclassing" ajaxForm

2009-02-09 Thread Jan Limpens
ok, seems like i got it on my own, with a bunch of help from malsup's blog and the jq docs. looks like that. that's ok, you think? (function($) { jQuery.fn.jsonForm = function(options) { var opts = $.extend({}, $.fn.jsonForm.defaults, options); return this