<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8724832710205544865.post5614940323116253834..comments</id><updated>2010-02-15T12:25:16.592-06:00</updated><title type='text'>Comments on Kevin Glowacz: Multiple asynchronous jQuery forms OR Making jQuer...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kevin.glowacz.info/feeds/5614940323116253834/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default'/><link rel='alternate' type='text/html' href='http://kevin.glowacz.info/2008/11/multiple-asynchronous-jquery-forms-or.html'/><author><name>Kevin</name><uri>http://www.blogger.com/profile/12148640481055084339</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8724832710205544865.post-891934323642291072</id><published>2010-02-15T12:25:16.592-06:00</published><updated>2010-02-15T12:25:16.592-06:00</updated><title type='text'>a huge help!</title><content type='html'>a huge help!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default/891934323642291072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default/891934323642291072'/><link rel='alternate' type='text/html' href='http://kevin.glowacz.info/2008/11/multiple-asynchronous-jquery-forms-or.html?showComment=1266258316592#c891934323642291072' title=''/><author><name>kaido</name><uri>http://www.blogger.com/profile/11675443109988339256</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://kevin.glowacz.info/2008/11/multiple-asynchronous-jquery-forms-or.html' ref='tag:blogger.com,1999:blog-8724832710205544865.post-5614940323116253834' source='http://www.blogger.com/feeds/8724832710205544865/posts/default/5614940323116253834' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8724832710205544865.post-6934190976667912752</id><published>2009-02-21T19:37:00.000-06:00</published><updated>2009-02-21T19:37:00.000-06:00</updated><title type='text'>That's a great trick and you could make it a littl...</title><content type='html'>That's a great trick and you could make it a little less shady by using the .data() function rather then modifying the object's internals.&lt;BR/&gt;&lt;BR/&gt;http://docs.jquery.com/Internals/jQuery.data&lt;BR/&gt;&lt;BR/&gt;i.e.&lt;BR/&gt;&lt;BR/&gt;beforeSubmit: function(data, $form){&lt;BR/&gt;    this.data('form_obj', $form)&lt;BR/&gt;    // ...&lt;BR/&gt;}&lt;BR/&gt;&lt;BR/&gt;and;&lt;BR/&gt;&lt;BR/&gt;complete: function(){&lt;BR/&gt;   this.$saveButton.removeAttr('disabled').find('img').replaceWith(this.$saveButtonImage)&lt;BR/&gt;        this.removeData("form_obj");&lt;BR/&gt;},</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default/6934190976667912752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default/6934190976667912752'/><link rel='alternate' type='text/html' href='http://kevin.glowacz.info/2008/11/multiple-asynchronous-jquery-forms-or.html?showComment=1235266620000#c6934190976667912752' title=''/><author><name>jay</name><uri>http://blog.thecapacity.org</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://kevin.glowacz.info/2008/11/multiple-asynchronous-jquery-forms-or.html' ref='tag:blogger.com,1999:blog-8724832710205544865.post-5614940323116253834' source='http://www.blogger.com/feeds/8724832710205544865/posts/default/5614940323116253834' type='text/html'/></entry></feed>