<?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: altAlert, a jQuery plug-in for personalized alert messages without the need to change existing code</title>
	<atom:link href="http://roosteronacid.com/blog/index.php/2010/01/20/jquery-plug-in-personalized-alert-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://roosteronacid.com/blog/index.php/2010/01/20/jquery-plug-in-personalized-alert-messages/</link>
	<description></description>
	<lastBuildDate>Sun, 30 May 2010 18:55:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: roosteronacid</title>
		<link>http://roosteronacid.com/blog/index.php/2010/01/20/jquery-plug-in-personalized-alert-messages/comment-page-1/#comment-135</link>
		<dc:creator>roosteronacid</dc:creator>
		<pubDate>Sun, 30 May 2010 18:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://roosteronacid.com/blog/?p=26#comment-135</guid>
		<description>@SX: Try copy/paste my example-code into a clean HTML file (with references to my code and the jQuery + UI library code, &#039;fcourse). I just tested it myself. Works fine. I suspect you&#039;ve left out some of my code, or that you&#039;ve got a but in your code, presseding mine.</description>
		<content:encoded><![CDATA[<p>@SX: Try copy/paste my example-code into a clean HTML file (with references to my code and the jQuery + UI library code, &#8216;fcourse). I just tested it myself. Works fine. I suspect you&#8217;ve left out some of my code, or that you&#8217;ve got a but in your code, presseding mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SX</title>
		<link>http://roosteronacid.com/blog/index.php/2010/01/20/jquery-plug-in-personalized-alert-messages/comment-page-1/#comment-82</link>
		<dc:creator>SX</dc:creator>
		<pubDate>Sun, 09 May 2010 14:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://roosteronacid.com/blog/?p=26#comment-82</guid>
		<description>This plugin does not show the alert text I normally see with the native javascript alert box. It is blank.</description>
		<content:encoded><![CDATA[<p>This plugin does not show the alert text I normally see with the native javascript alert box. It is blank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roosteronacid</title>
		<link>http://roosteronacid.com/blog/index.php/2010/01/20/jquery-plug-in-personalized-alert-messages/comment-page-1/#comment-73</link>
		<dc:creator>roosteronacid</dc:creator>
		<pubDate>Sun, 02 May 2010 10:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://roosteronacid.com/blog/?p=26#comment-73</guid>
		<description>@Bev

After installing my plug-in, all calls to the native JavaScript alert() function will be replaced by jQuery UI&#039;s dialog plug-in.

.. And as far as opening dialogs on-click, all you have to do is this:

$(&quot;...&quot;).click(function () { alert(&quot;...&quot;); });</description>
		<content:encoded><![CDATA[<p>@Bev</p>
<p>After installing my plug-in, all calls to the native JavaScript alert() function will be replaced by jQuery UI&#8217;s dialog plug-in.</p>
<p>.. And as far as opening dialogs on-click, all you have to do is this:</p>
<p>$(&#8220;&#8230;&#8221;).click(function () { alert(&#8220;&#8230;&#8221;); });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bev</title>
		<link>http://roosteronacid.com/blog/index.php/2010/01/20/jquery-plug-in-personalized-alert-messages/comment-page-1/#comment-34</link>
		<dc:creator>Bev</dc:creator>
		<pubDate>Mon, 22 Mar 2010 19:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://roosteronacid.com/blog/?p=26#comment-34</guid>
		<description>Hello
I am new to JQuery. I was trying to use your Alert plug-in but having some difficulty. I have a file called &quot;jQuery.altAlert.cs&quot;,   containing your plug-in code. This file is being referenced from my html file i.e.


How do i call the alert method on a &quot;element&quot; click event? Right now I have a custom.js file which has all my J-Query logic and then I have your plug-in (all in the same directory). In my &quot;custom.js&quot; file if I replace my old alert code with yours nothing happens: i.e.

$(&quot;a&quot;).click(function() {
    ////alert(&quot;Hello world!&quot;); //old call
     $.altAlert();   //new call
    });

Please advice.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello<br />
I am new to JQuery. I was trying to use your Alert plug-in but having some difficulty. I have a file called &#8220;jQuery.altAlert.cs&#8221;,   containing your plug-in code. This file is being referenced from my html file i.e.</p>
<p>How do i call the alert method on a &#8220;element&#8221; click event? Right now I have a custom.js file which has all my J-Query logic and then I have your plug-in (all in the same directory). In my &#8220;custom.js&#8221; file if I replace my old alert code with yours nothing happens: i.e.</p>
<p>$(&#8220;a&#8221;).click(function() {<br />
    ////alert(&#8220;Hello world!&#8221;); //old call<br />
     $.altAlert();   //new call<br />
    });</p>
<p>Please advice.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
