<?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>Fri, 21 May 2010 14:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>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;">
$(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 2131 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>
]]></content:encoded>
			<wfw:commentRss>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
