<?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: Setup your website for using jQuery and jQuery plugins</title>
	<atom:link href="http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/</link>
	<description>Concepts are simple</description>
	<lastBuildDate>Thu, 17 Jun 2010 14:45:18 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shail</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-41</link>
		<dc:creator>Shail</dc:creator>
		<pubDate>Mon, 24 May 2010 20:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-41</guid>
		<description>Mike, have you made sure that before this code you have first added reference to jQuery and then to plugin file. The error what you explained here is because of that.</description>
		<content:encoded><![CDATA[<p>Mike, have you made sure that before this code you have first added reference to jQuery and then to plugin file. The error what you explained here is because of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-40</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 19 May 2010 06:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-40</guid>
		<description>Hey, firebug is throwing an error
Sys.ArgumentNullException: Value cannot be null. Parameter name: element
[Break on this error] {name: &quot;handler&quot;, type: Function} 
Can you help me with this ? I cant use JQuery with my page at all. My page has certain AJAX modals. 

It works flawlessly but as soon as I reference the code for block UI with it just throws this error.

$(document).ready(function() {
  // Allows the div.blockMsg style in CSS to
  //  override BlockUI&#039;s defaults.
  $.blockUI.defaults.css = {};

  // Add the BlockUI call as an onclick handler
  //  of the Save button.
  $addHandler($get(&#039;#&#039;), &#039;click&#039;, function() {
    $(&#039;#&#039;).block({ message: null });
  });
  
  // Get a reference to the PageRequestManager.
  var prm = Sys.WebForms.PageRequestManager.getInstance();

  // Unblock the form when a partial postback ends.
  prm.add_endRequest(function() {
    $(&#039;#&#039;).unblock();
  });
});

// Bonus! Progress indicator preloading.
var preload = document.createElement(&#039;img&#039;);
preload.src = &#039;images/progress-indicator.gif&#039;;
delete preload;</description>
		<content:encoded><![CDATA[<p>Hey, firebug is throwing an error<br />
Sys.ArgumentNullException: Value cannot be null. Parameter name: element<br />
[Break on this error] {name: &#8220;handler&#8221;, type: Function}<br />
Can you help me with this ? I cant use JQuery with my page at all. My page has certain AJAX modals. </p>
<p>It works flawlessly but as soon as I reference the code for block UI with it just throws this error.</p>
<p>$(document).ready(function() {<br />
  // Allows the div.blockMsg style in CSS to<br />
  //  override BlockUI&#8217;s defaults.<br />
  $.blockUI.defaults.css = {};</p>
<p>  // Add the BlockUI call as an onclick handler<br />
  //  of the Save button.<br />
  $addHandler($get(&#8217;#'), &#8216;click&#8217;, function() {<br />
    $(&#8217;#').block({ message: null });<br />
  });</p>
<p>  // Get a reference to the PageRequestManager.<br />
  var prm = Sys.WebForms.PageRequestManager.getInstance();</p>
<p>  // Unblock the form when a partial postback ends.<br />
  prm.add_endRequest(function() {<br />
    $(&#8217;#').unblock();<br />
  });<br />
});</p>
<p>// Bonus! Progress indicator preloading.<br />
var preload = document.createElement(&#8217;img&#8217;);<br />
preload.src = &#8216;images/progress-indicator.gif&#8217;;<br />
delete preload;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark foley</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-39</link>
		<dc:creator>mark foley</dc:creator>
		<pubDate>Thu, 22 Apr 2010 00:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-39</guid>
		<description>Many thanks!  I was trying to get this configured but there was extra complexity knowing what to do with master pages etc, versus just putting it in HTML.  This was a great help.</description>
		<content:encoded><![CDATA[<p>Many thanks!  I was trying to get this configured but there was extra complexity knowing what to do with master pages etc, versus just putting it in HTML.  This was a great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebGrid</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-21</link>
		<dc:creator>WebGrid</dc:creator>
		<pubDate>Thu, 08 Oct 2009 13:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-21</guid>
		<description>Check out my free data grid, it&#039;s using JQuery and JQuery UI CSS Framework :-)</description>
		<content:encoded><![CDATA[<p>Check out my free data grid, it&#8217;s using JQuery and JQuery UI CSS Framework <img src='http://www.shailwx.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sridhar</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-15</link>
		<dc:creator>sridhar</dc:creator>
		<pubDate>Tue, 06 Oct 2009 03:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-15</guid>
		<description>Hi,
   I have a requirement.
   1.I have a Master page all pages use that 
       Master Page
   2.In one my content pages, I have few serevr 
     side text boxes submit button and DataList  
     control. All these controls are AJAX Update
     Panel.
   3.After I enter Recors, I click submit button 
     so that My dataList gets updated with newly 
     entered record. 
     My requirement is : One of the text box 
     controls in side DataList ItemTemplate should 
     be associated with JQuery Date picker
   I tried Registering script
    http://forums.asp.net/t/1477512.aspx</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   I have a requirement.<br />
   1.I have a Master page all pages use that<br />
       Master Page<br />
   2.In one my content pages, I have few serevr<br />
     side text boxes submit button and DataList<br />
     control. All these controls are AJAX Update<br />
     Panel.<br />
   3.After I enter Recors, I click submit button<br />
     so that My dataList gets updated with newly<br />
     entered record.<br />
     My requirement is : One of the text box<br />
     controls in side DataList ItemTemplate should<br />
     be associated with JQuery Date picker<br />
   I tried Registering script<br />
    <a href="http://forums.asp.net/t/1477512.aspx" rel="nofollow">http://forums.asp.net/t/1477512.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h.jaza</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-14</link>
		<dc:creator>h.jaza</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-14</guid>
		<description>By pleasure...
Thanks for your Grace</description>
		<content:encoded><![CDATA[<p>By pleasure&#8230;<br />
Thanks for your Grace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shail</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-13</link>
		<dc:creator>Shail</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-13</guid>
		<description>Yes,
Thats what I said. Why you don&#039;t you email me your code at shailwx@gmail.com , and I can help you very fast.
Thank You</description>
		<content:encoded><![CDATA[<p>Yes,<br />
Thats what I said. Why you don&#8217;t you email me your code at <a href="mailto:shailwx@gmail.com">shailwx@gmail.com</a> , and I can help you very fast.<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h.jaza</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-12</link>
		<dc:creator>h.jaza</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-12</guid>
		<description>Oh sorry, there is a problem.
See the Image from the link:

https://cid-886087a2b2b7834a.skydrive.live.com/self.aspx/.BlogImages/JQuery.jpg

Thank you</description>
		<content:encoded><![CDATA[<p>Oh sorry, there is a problem.<br />
See the Image from the link:</p>
<p><a href="https://cid-886087a2b2b7834a.skydrive.live.com/self.aspx/.BlogImages/JQuery.jpg" rel="nofollow">https://cid-886087a2b2b7834a.skydrive.live.com/self.aspx/.BlogImages/JQuery.jpg</a></p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h.jaza</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-11</link>
		<dc:creator>h.jaza</dc:creator>
		<pubDate>Wed, 02 Sep 2009 12:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-11</guid>
		<description>I write it but I don&#039;t know why when I paste it here, it disappears...

I write $(document).ready(function (  ) { $(&#039;#btnSubmit&#039;). click(function() { ... Is it what you said???</description>
		<content:encoded><![CDATA[<p>I write it but I don&#8217;t know why when I paste it here, it disappears&#8230;</p>
<p>I write $(document).ready(function (  ) { $(&#8217;#btnSubmit&#8217;). click(function() { &#8230; Is it what you said???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shail</title>
		<link>http://www.shailwx.com/2009/07/setup-your-website-for-using-jquery-and-jquery-plugins/comment-page-1/#comment-10</link>
		<dc:creator>Shail</dc:creator>
		<pubDate>Wed, 02 Sep 2009 12:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shailwx.com/?p=39#comment-10</guid>
		<description>Where is ID in your code at this line -

$(’#&#039;).click(function()

It must be like this

$(’#buttonID&#039;).click(function()</description>
		<content:encoded><![CDATA[<p>Where is ID in your code at this line -</p>
<p>$(’#&#8217;).click(function()</p>
<p>It must be like this</p>
<p>$(’#buttonID&#8217;).click(function()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
