<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments on: jQuery and UpdatePanels</title>
	<atom:link href="http://fooberry.com/2009/01/06/563/feed/" rel="self" type="application/rss+xml" />
	<link>http://fooberry.com/2009/01/06/563/</link>
	<description>Sweetness Without Context</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:09:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mark</title>
		<link>http://fooberry.com/2009/01/06/563/comment-page-1/#comment-7953</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 25 Jan 2010 15:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://fooberry.com/?p=563#comment-7953</guid>
		<description>@Leona I&#039;m not sure how to re-register the CSS and JavaScript, but I would look at dropping the SCRIPT and LINK tags and adding them back. That would be my first try.</description>
		<content:encoded><![CDATA[<p>@Leona I&#8217;m not sure how to re-register the CSS and JavaScript, but I would look at dropping the SCRIPT and LINK tags and adding them back. That would be my first try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leona</title>
		<link>http://fooberry.com/2009/01/06/563/comment-page-1/#comment-7916</link>
		<dc:creator>Leona</dc:creator>
		<pubDate>Sat, 23 Jan 2010 08:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://fooberry.com/?p=563#comment-7916</guid>
		<description>Hi, instead of calling a jquery function, I have a bunch of js and css files I need to re-register due to partial postback with updatepanel. How would I do this? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, instead of calling a jquery function, I have a bunch of js and css files I need to re-register due to partial postback with updatepanel. How would I do this? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://fooberry.com/2009/01/06/563/comment-page-1/#comment-3442</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 24 May 2009 22:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://fooberry.com/?p=563#comment-3442</guid>
		<description>@Bill I&#039;m glad it was useful. There is another event that will fire both on page load and after partial postback, but the name of it escapes me. I prefer to keep things separate since most of the time there are things that do not happen on both.

Keep in mind if you are applying style, or adding event handlers, it code not inside the partial post back might get them twice.</description>
		<content:encoded><![CDATA[<p>@Bill I&#8217;m glad it was useful. There is another event that will fire both on page load and after partial postback, but the name of it escapes me. I prefer to keep things separate since most of the time there are things that do not happen on both.</p>
<p>Keep in mind if you are applying style, or adding event handlers, it code not inside the partial post back might get them twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Sambrone</title>
		<link>http://fooberry.com/2009/01/06/563/comment-page-1/#comment-3414</link>
		<dc:creator>Bill Sambrone</dc:creator>
		<pubDate>Sun, 24 May 2009 02:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://fooberry.com/?p=563#comment-3414</guid>
		<description>I&#039;ve been google searching for over a week now, and I was about ready to bash my face into a keyboard until I disfigured myself for eternity - because I couldn&#039;t figure out how to make my jquery goodness come back after a partial postback. I basically cut &#039;n pasted the code above - all is solved!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been google searching for over a week now, and I was about ready to bash my face into a keyboard until I disfigured myself for eternity &#8211; because I couldn&#8217;t figure out how to make my jquery goodness come back after a partial postback. I basically cut &#8216;n pasted the code above &#8211; all is solved!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://fooberry.com/2009/01/06/563/comment-page-1/#comment-887</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://fooberry.com/?p=563#comment-887</guid>
		<description>@Alberto, I&#039;m glad it helped. Also, look at &lt;a href=&quot;http://fooberry.com/2009/01/03/jquery-and-event-delegation/&quot; rel=&quot;nofollow&quot;&gt;event delegation&lt;/a&gt; and the new &lt;a href=&quot;http://docs.jquery.com/Events/live#typefn&quot; rel=&quot;nofollow&quot;&gt;live&lt;/a&gt; method for other ways to assign event handlers to controls inside update panels.</description>
		<content:encoded><![CDATA[<p>@Alberto, I&#8217;m glad it helped. Also, look at <a href="http://fooberry.com/2009/01/03/jquery-and-event-delegation/" rel="nofollow">event delegation</a> and the new <a href="http://docs.jquery.com/Events/live#typefn" rel="nofollow">live</a> method for other ways to assign event handlers to controls inside update panels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto B</title>
		<link>http://fooberry.com/2009/01/06/563/comment-page-1/#comment-886</link>
		<dc:creator>Alberto B</dc:creator>
		<pubDate>Mon, 16 Feb 2009 13:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://fooberry.com/?p=563#comment-886</guid>
		<description>This is the best. Thanks. I struggled to find a solution for more than a day.</description>
		<content:encoded><![CDATA[<p>This is the best. Thanks. I struggled to find a solution for more than a day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
