<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julian Castaneda &#187; jQuery</title>
	<atom:link href="http://www.smooka.com/blog/category/javascript/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smooka.com/blog</link>
	<description>From programming to music!</description>
	<lastBuildDate>Mon, 29 Aug 2011 15:50:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>jAlert a jQuery Alert Box Plugin</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/</link>
		<comments>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 21:54:39 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jAlert]]></category>
		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18</guid>
		<description><![CDATA[jAlert is a very easy to use alert box plugin for the javascript framework jQuery. I developed this plugin to use in my own projects and now [...]]]></description>
			<content:encoded><![CDATA[<p><div style="text-align:center"><script type="text/javascript"><!--
google_ad_client = "pub-7272171247401837";
/* 468x60, created 8/18/10 */
google_ad_slot = "1751131364";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></p>
<p>jAlert is a very easy to use alert box plugin for the javascript framework <a title="jQuery Framework" href="http://jquery.com/" target="_blank">jQuery</a>. I developed this plugin to use in my own projects and now that I have my own blog I decided to share it with the world.<span id="more-18"></span><br />
<span style="text-align: center;"><img class="size-full wp-image-44 aligncenter" title="jalert" src="http://www.smooka.com/blog/wp-content/jalert.jpg" alt="jalert" width="496" height="142" /></span></p>
<p>Here is a quick example on how is used:</p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function()
{
//have an alert box displayed on body load.
$('body').jAlert('Welcome to jAlert Demo Page', &quot;success&quot;);

});
</pre>
<p>Requirements:</p>
<ul>
<li><a href="http://docs.jquery.com/Downloading_jQuery" target="_blank">jQuery v1.2+</a></li>
</ul>
<p>Demo:</p>
<ul>
<li><a title="jAlert" href="http://www.smooka.com/projects/jalert/" target="_blank">jAlert Demo Page<br />
</a></li>
</ul>
<p>Download:</p>
<ul>
<li><a href="http://www.smooka.com/blog/wp-content/plugins/download-monitor/download.php?id=1" title="Downloaded 5370 times">jAlert</a> - v1.0</li>
</ul>
<p>I would love to see how you are using jAlert so please post your links in the comments or send me an email. Also, feel free to send your suggestions or any question you guys might have.</p>
<p><div style="text-align:center"><script type="text/javascript"><!--
google_ad_client = "pub-7272171247401837";
/* 468x15, created 8/17/10 */
google_ad_slot = "2361033267";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

