<?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: jQuery plugin : monnaTip 0.1</title>
	<atom:link href="http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/feed/" rel="self" type="application/rss+xml" />
	<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/</link>
	<description>Ideas For Sharing</description>
	<lastBuildDate>Mon, 14 May 2012 20:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sean</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-129467</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 14 Apr 2011 20:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-129467</guid>
		<description>For some reason the following line is creating a small black circle at the top left of my document …how do i fix this?

tip = $(&#039;&#039;).appendTo(document.body);</description>
		<content:encoded><![CDATA[<p>For some reason the following line is creating a small black circle at the top left of my document …how do i fix this?</p>
<p>tip = $(&#8221;).appendTo(document.body);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-121244</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 02 Mar 2011 13:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-121244</guid>
		<description>Good job. jQuery UI tooltip suxx. :)</description>
		<content:encoded><![CDATA[<p>Good job. jQuery UI tooltip suxx. <img src='http://gadelkareem.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayeo</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-121228</link>
		<dc:creator>ayeo</dc:creator>
		<pubDate>Wed, 02 Mar 2011 11:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-121228</guid>
		<description>I&#039;ve found alternative solution using standard tooltip pligin
[code]
$(document).ajaxComplete(function()
{
 $(&#039;.tooltippable).tooltip();
}
[/code]

Hope it helps. Your plugin is hardcoded, there is no option to change behavior using custom options.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found alternative solution using standard tooltip pligin<br />
[code]<br />
$(document).ajaxComplete(function()<br />
{<br />
 $('.tooltippable).tooltip();<br />
}<br />
[/code]</p>
<p>Hope it helps. Your plugin is hardcoded, there is no option to change behavior using custom options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-105444</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sun, 12 Dec 2010 10:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-105444</guid>
		<description>Great plugin, I was looking for a possibility to have a &quot;live&quot; tooltip from ajax loaded content and it did it.

Thank you very much!</description>
		<content:encoded><![CDATA[<p>Great plugin, I was looking for a possibility to have a &#8220;live&#8221; tooltip from ajax loaded content and it did it.</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-101413</link>
		<dc:creator>Thiago</dc:creator>
		<pubDate>Sun, 21 Nov 2010 20:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-101413</guid>
		<description>Great work, thx shady!!
It&#039;s save my job!</description>
		<content:encoded><![CDATA[<p>Great work, thx shady!!<br />
It&#8217;s save my job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wkarim</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-65670</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 11 May 2010 07:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-65670</guid>
		<description>@campana
what&#039;s different about MIT license ?</description>
		<content:encoded><![CDATA[<p>@campana<br />
what&#8217;s different about MIT license ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: campana</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-65667</link>
		<dc:creator>campana</dc:creator>
		<pubDate>Tue, 11 May 2010 07:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-65667</guid>
		<description>please release it under mit 
plz plz plz</description>
		<content:encoded><![CDATA[<p>please release it under mit<br />
plz plz plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-64953</link>
		<dc:creator>Emad</dc:creator>
		<pubDate>Wed, 05 May 2010 10:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-64953</guid>
		<description>Great work!

keep it up :)</description>
		<content:encoded><![CDATA[<p>Great work!</p>
<p>keep it up <img src='http://gadelkareem.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-53738</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 11 Apr 2010 01:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-53738</guid>
		<description>ilove</description>
		<content:encoded><![CDATA[<p>ilove</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wkarim</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-44903</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-44903</guid>
		<description>@mody
to be considered!</description>
		<content:encoded><![CDATA[<p>@mody<br />
to be considered!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud M. Abdel-Fattah</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-44883</link>
		<dc:creator>Mahmoud M. Abdel-Fattah</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-44883</guid>
		<description>what about fade effect ?</description>
		<content:encoded><![CDATA[<p>what about fade effect ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wkarim</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-44390</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-44390</guid>
		<description>thx shady!!</description>
		<content:encoded><![CDATA[<p>thx shady!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shady</title>
		<link>http://gadelkareem.com/2010/02/25/jquery-plugin-monnatip/#comment-44388</link>
		<dc:creator>Shady</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=57#comment-44388</guid>
		<description>Good work!

It&#039;s a good idea to make use of .live() function, it&#039;d help lots of people ..

keep up the good work bro ;)</description>
		<content:encoded><![CDATA[<p>Good work!</p>
<p>It&#8217;s a good idea to make use of .live() function, it&#8217;d help lots of people ..</p>
<p>keep up the good work bro <img src='http://gadelkareem.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.170 seconds -->

