<?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>2011-12-07T10:39:35.985-06:00</updated><category term='script'/><category term='TouchPad'/><category term='jQuery'/><category term='Forms'/><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><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-3rC9c1FkobY/Tlb3_ln_N1I/AAAAAAAAAco/8rwkCICSNkc/s220/avatar201107.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8724832710205544865.post-366992296336439368</id><published>2011-12-07T10:39:35.985-06:00</published><updated>2011-12-07T10:39:35.985-06:00</updated><title type='text'>nice trick.</title><content type='html'>nice trick.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default/366992296336439368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8724832710205544865/5614940323116253834/comments/default/366992296336439368'/><link rel='alternate' type='text/html' href='http://kevin.glowacz.info/2008/11/multiple-asynchronous-jquery-forms-or.html?showComment=1323275975985#c366992296336439368' title=''/><author><name>web design</name><uri>http://www.innovativewebdesign.in</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></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'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-144248620'/></entry><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><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></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'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-721420260'/></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><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></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'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1472066707'/></entry></feed>
