<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Alfa Jango Blog</title>
	
	<link>http://www.alfajango.com/blog</link>
	<description>Engineering, Software, and Entrepreneurship</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/alfajangocomments" /><feedburner:info uri="alfajangocomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on The Difference Between jQuery’s .bind(), .live(), and .delegate() by Daniel</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/_sH_T98qGPA/</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 09 Feb 2012 03:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1432#comment-4141</guid>
		<description>Very nice explanation! Thanks from Brazil!</description>
		<content:encoded><![CDATA[<p>Very nice explanation! Thanks from Brazil!</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/_sH_T98qGPA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/the-difference-between-jquerys-bind-live-and-delegate/comment-page-1/#comment-4141</feedburner:origLink></item>
	<item>
		<title>Comment on Rails js.erb Remote Response not Executing by Steve Schwartz</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/PFrcM_hP-Lo/</link>
		<dc:creator>Steve Schwartz</dc:creator>
		<pubDate>Wed, 01 Feb 2012 03:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1542#comment-4138</guid>
		<description>Is there an issue with remotipart 1.0.1?</description>
		<content:encoded><![CDATA[<p>Is there an issue with remotipart 1.0.1?</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/PFrcM_hP-Lo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/rails-js-erb-remote-response-not-executing/comment-page-1/#comment-4138</feedburner:origLink></item>
	<item>
		<title>Comment on Rails js.erb Remote Response not Executing by Normz</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/sC79df3bm28/</link>
		<dc:creator>Normz</dc:creator>
		<pubDate>Wed, 01 Feb 2012 03:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1542#comment-4137</guid>
		<description>Hi, our team found a fix. We reverted to remotipart 0.4 and it fixed this problem. Thanks for the reply!</description>
		<content:encoded><![CDATA[<p>Hi, our team found a fix. We reverted to remotipart 0.4 and it fixed this problem. Thanks for the reply!</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/sC79df3bm28" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/rails-js-erb-remote-response-not-executing/comment-page-1/#comment-4137</feedburner:origLink></item>
	<item>
		<title>Comment on Rails js.erb Remote Response not Executing by Steve Schwartz</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/ARPhlBgUuEM/</link>
		<dc:creator>Steve Schwartz</dc:creator>
		<pubDate>Wed, 01 Feb 2012 03:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1542#comment-4136</guid>
		<description>I notice you're using multipart =&gt; true in the form. Are you trying to upload a file? jQuery-UJS doesn't handle files remotely by default, you'd want to check out the remotipart gem to handle that.</description>
		<content:encoded><![CDATA[<p>I notice you&#8217;re using multipart => true in the form. Are you trying to upload a file? jQuery-UJS doesn&#8217;t handle files remotely by default, you&#8217;d want to check out the remotipart gem to handle that.</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/ARPhlBgUuEM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/rails-js-erb-remote-response-not-executing/comment-page-1/#comment-4136</feedburner:origLink></item>
	<item>
		<title>Comment on Rails js.erb Remote Response not Executing by Normz</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/g6-T4vbnsRU/</link>
		<dc:creator>Normz</dc:creator>
		<pubDate>Wed, 01 Feb 2012 03:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1542#comment-4135</guid>
		<description>Hi! This was a great solution. But my prob is that after the form was submitted as JS, the script that was supposed to be executed in respond_to was initiated as [Other] not as [Script]. I'll post the snippets here:

###upload.html.erb###
 parse_bond_file_issuers_path, :html =&gt; { :multipart =&gt; true, :method =&gt; :post }, :remote =&gt; true do |f| %&gt;
    
    


###issuer_controller.rb###
  def parse_bond_file
    respond_to do |format|
      format.js
    end
  end

###parse_bond_file.js.erb###
alert('hello world!');

Please help. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi! This was a great solution. But my prob is that after the form was submitted as JS, the script that was supposed to be executed in respond_to was initiated as [Other] not as [Script]. I&#8217;ll post the snippets here:</p>
<p>###upload.html.erb###<br />
 parse_bond_file_issuers_path, :html =&gt; { :multipart =&gt; true, :method =&gt; :post }, :remote =&gt; true do |f| %&gt;</p>
<p>###issuer_controller.rb###<br />
  def parse_bond_file<br />
    respond_to do |format|<br />
      format.js<br />
    end<br />
  end</p>
<p>###parse_bond_file.js.erb###<br />
alert(&#8216;hello world!&#8217;);</p>
<p>Please help. Thanks!</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/g6-T4vbnsRU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/rails-js-erb-remote-response-not-executing/comment-page-1/#comment-4135</feedburner:origLink></item>
	<item>
		<title>Comment on Rails 3 Remote Links and Forms: A Definitive Guide by railsguy</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/4vhpqfV1sz0/</link>
		<dc:creator>railsguy</dc:creator>
		<pubDate>Sun, 29 Jan 2012 19:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=915#comment-4133</guid>
		<description>if I have multiple forms for nested attributes belonging to the same controller, Ihow can I identify the coreect sending form in the controller in order to render the correct partial?

E.g., I have a ajax form to add an answer to a question and another ajax form to add a comment to a answer, with comment being a nested attribute of answer. How can I identify whether to render an answer or a comment in the controller "respond to" function?</description>
		<content:encoded><![CDATA[<p>if I have multiple forms for nested attributes belonging to the same controller, Ihow can I identify the coreect sending form in the controller in order to render the correct partial?</p>
<p>E.g., I have a ajax form to add an answer to a question and another ajax form to add a comment to a answer, with comment being a nested attribute of answer. How can I identify whether to render an answer or a comment in the controller &#8220;respond to&#8221; function?</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/4vhpqfV1sz0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/rails-3-remote-links-and-forms/comment-page-1/#comment-4133</feedburner:origLink></item>
	<item>
		<title>Comment on jQuery EasyTabs v2.3 released – AJAX tabs and more by Steve Schwartz</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/9AbyycXQcvo/</link>
		<dc:creator>Steve Schwartz</dc:creator>
		<pubDate>Sun, 22 Jan 2012 20:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=2019#comment-4131</guid>
		<description>Hi Bruce, I just added a nested ajax example to the easytabs docs. Click the 3rd tab in the "AJAX Tabs example on the &lt;a href="http://os.alfajango.com/easytabs#ajax-tabs" rel="nofollow"&gt;easytabs homepage&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Bruce, I just added a nested ajax example to the easytabs docs. Click the 3rd tab in the &#8220;AJAX Tabs example on the <a href="http://os.alfajango.com/easytabs#ajax-tabs" rel="nofollow">easytabs homepage</a>.</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/9AbyycXQcvo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/jquery-easytabs-v2-3-released-ajax-tabs-and-more/comment-page-1/#comment-4131</feedburner:origLink></item>
	<item>
		<title>Comment on jQuery EasyTabs v2.3 released – AJAX tabs and more by Bruce</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/kkUum8bPtgk/</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 20 Jan 2012 23:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=2019#comment-4130</guid>
		<description>Thanks Steve for the great plugin.  

A question about nested tabs.  I have an application which brings a set of nested tabs into an existing tab via an ajax call.

I want to make use of easyTabs' ability to run nested tabs, but am uncertain how to substantiate them.  As not all of the main tabs will have nested tabs - and the content of all tabs is populated via individual ajax calls, I've tried doing an "if-the-nested tab-container-exists-then-do $('#ID-of-nestedcontainer').easytabs();)" once the ajax call for any given tab is completed - but this just yields an "The specified default tab ('li:first-child') could not be found in the tab set" error message. 

If this description is understandable, can you offer a solution/course of action?

Thanks/Bruce</description>
		<content:encoded><![CDATA[<p>Thanks Steve for the great plugin.  </p>
<p>A question about nested tabs.  I have an application which brings a set of nested tabs into an existing tab via an ajax call.</p>
<p>I want to make use of easyTabs&#8217; ability to run nested tabs, but am uncertain how to substantiate them.  As not all of the main tabs will have nested tabs &#8211; and the content of all tabs is populated via individual ajax calls, I&#8217;ve tried doing an &#8220;if-the-nested tab-container-exists-then-do $(&#8216;#ID-of-nestedcontainer&#8217;).easytabs();)&#8221; once the ajax call for any given tab is completed &#8211; but this just yields an &#8220;The specified default tab (&#8216;li:first-child&#8217;) could not be found in the tab set&#8221; error message. </p>
<p>If this description is understandable, can you offer a solution/course of action?</p>
<p>Thanks/Bruce</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/kkUum8bPtgk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/jquery-easytabs-v2-3-released-ajax-tabs-and-more/comment-page-1/#comment-4130</feedburner:origLink></item>
	<item>
		<title>Comment on The Difference Between jQuery’s .bind(), .live(), and .delegate() by Drew</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/ZfcLHGYheXY/</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 20 Jan 2012 00:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1432#comment-4129</guid>
		<description>Great article, makes it very clear what each does. Cheers!</description>
		<content:encoded><![CDATA[<p>Great article, makes it very clear what each does. Cheers!</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/ZfcLHGYheXY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/the-difference-between-jquerys-bind-live-and-delegate/comment-page-1/#comment-4129</feedburner:origLink></item>
	<item>
		<title>Comment on Rails jQuery UJS: Now Interactive by oldroy</title>
		<link>http://feedproxy.google.com/~r/alfajangocomments/~3/nZH0ooKwkDM/</link>
		<dc:creator>oldroy</dc:creator>
		<pubDate>Mon, 16 Jan 2012 16:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfajango.com/blog/?p=1723#comment-4127</guid>
		<description>Yahoo....exactly what I was looking for. Much Thanks.</description>
		<content:encoded><![CDATA[<p>Yahoo&#8230;.exactly what I was looking for. Much Thanks.</p>
<img src="http://feeds.feedburner.com/~r/alfajangocomments/~4/nZH0ooKwkDM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.alfajango.com/blog/rails-jquery-ujs-now-interactive/comment-page-1/#comment-4127</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.480 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-08 22:22:43 -->

