<?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: Problem with jqModal/jQuery JavaScript Intellisense and Workaround</title>
	<atom:link href="http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/</link>
	<description>Chinh's not quite random thoughts on software development, .NET, gadgets, and other things.</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:09:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chinh Do</title>
		<link>http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/comment-page-1/#comment-66004</link>
		<dc:creator>Chinh Do</dc:creator>
		<pubDate>Tue, 24 Nov 2009 23:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/#comment-66004</guid>
		<description>Tim: Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Tim: Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Fischer</title>
		<link>http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/comment-page-1/#comment-65983</link>
		<dc:creator>Tim Fischer</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/#comment-65983</guid>
		<description>Well - the code got stripped, but you get the idea... :(</description>
		<content:encoded><![CDATA[<p>Well &#8211; the code got stripped, but you get the idea&#8230; <img src='http://www.chinhdo.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Fischer</title>
		<link>http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/comment-page-1/#comment-65982</link>
		<dc:creator>Tim Fischer</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/#comment-65982</guid>
		<description>I really needed this debugged and didn&#039;t like the workarounds.  So I fixed the code:

change the following line near the end of the function:
i = $(&#039;&#039;).css({ opacity: 0 }),

TO:

i = $(&#039;&#039;).addClass(&#039;jqm&#039;).attr(&#039;src&#039;, &quot;javascript:false;document.write(\&#039;\&#039;);&quot;).css({ opacity: 0 }),    

Intellisense will  now work as well as jqModal.

Tim</description>
		<content:encoded><![CDATA[<p>I really needed this debugged and didn&#8217;t like the workarounds.  So I fixed the code:</p>
<p>change the following line near the end of the function:<br />
i = $(&#8221;).css({ opacity: 0 }),</p>
<p>TO:</p>
<p>i = $(&#8221;).addClass(&#8216;jqm&#8217;).attr(&#8217;src&#8217;, &#8220;javascript:false;document.write(\&#8217;\');&#8221;).css({ opacity: 0 }),    </p>
<p>Intellisense will  now work as well as jqModal.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Baybuzskiy</title>
		<link>http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/comment-page-1/#comment-64876</link>
		<dc:creator>Artem Baybuzskiy</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/#comment-64876</guid>
		<description>you can simply use something like:
&lt;script src=&quot;&quot; type=&quot;text/javascript&quot;&gt;</description>
		<content:encoded><![CDATA[<p>you can simply use something like:<br />
&lt;script src=&#8221;" type=&#8221;text/javascript&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/comment-page-1/#comment-51101</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20090331/jqmodal-jquery-intellisense/#comment-51101</guid>
		<description>I had the same problem but in a MVC project, what I&#039;ve done is that a I created a HtmlHelper extension that renders, something like this:

public static string IncludeJavaScriptFile(this HtmlHelper helper, string fileName)
{
   return string.Format(&quot;&quot;, fileName);
}

Then I included my scripts in my masterpage with this, and for intellisense support I added the vsdoc file in my master like this:


   


And now it works perfectly</description>
		<content:encoded><![CDATA[<p>I had the same problem but in a MVC project, what I&#8217;ve done is that a I created a HtmlHelper extension that renders, something like this:</p>
<p>public static string IncludeJavaScriptFile(this HtmlHelper helper, string fileName)<br />
{<br />
   return string.Format(&#8220;&#8221;, fileName);<br />
}</p>
<p>Then I included my scripts in my masterpage with this, and for intellisense support I added the vsdoc file in my master like this:</p>
<p>And now it works perfectly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
