<?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: Disable Selction on Menu Items with this jQuery Extension</title>
	<atom:link href="http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/</link>
	<description>tech, web and the rest</description>
	<lastBuildDate>Thu, 22 Jul 2010 10:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dinesh</title>
		<link>http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/comment-page-1/#comment-33453</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Thu, 15 Jul 2010 05:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=423#comment-33453</guid>
		<description>&lt;p&gt;It works well. Thanks for this extension. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>It works well. Thanks for this extension. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/comment-page-1/#comment-29656</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 31 Oct 2009 22:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=423#comment-29656</guid>
		<description>&lt;p&gt;Since Safari 3+, Webkit has used a different synax (&lt;a href=&quot;http://developer.apple.com/mac/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html&quot; rel=&quot;nofollow&quot;&gt;docs&lt;/a&gt;):&lt;/p&gt;

&lt;code&gt;-webkit-user-select
&lt;/code&gt;

&lt;p&gt;... and I had to explicitly &lt;code&gt;return&lt;/code&gt;, or I got errors, so --&lt;/p&gt;

&lt;code&gt;disableSelection : function() { 
   return this.each(function() { 
   ...
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Since Safari 3+, Webkit has used a different synax (<a href="http://developer.apple.com/mac/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html" rel="nofollow">docs</a>):</p>
<p><code>-webkit-user-select<br />
</code></p>
<p>&#8230; and I had to explicitly <code>return</code>, or I got errors, so &#8211;</p>
<p><code>disableSelection : function() {<br />
   return this.each(function() {<br />
   ...<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/comment-page-1/#comment-28562</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 31 Jul 2009 19:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=423#comment-28562</guid>
		<description>&lt;p&gt;or you could add 3 simple lines to your stylesheet&lt;/p&gt;

&lt;code&gt;#map {
    -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>or you could add 3 simple lines to your stylesheet</p>
<p><code>#map {<br />
    -moz-user-select: none;<br />
   -khtml-user-select: none;<br />
   user-select: none;}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Andrieu</title>
		<link>http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/comment-page-1/#comment-28364</link>
		<dc:creator>Joe Andrieu</dc:creator>
		<pubDate>Mon, 06 Jul 2009 09:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=423#comment-28364</guid>
		<description>&lt;p&gt;Clean, indeed. Worked at first attempt.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Clean, indeed. Worked at first attempt.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alpenmilch</title>
		<link>http://aleembawany.com/2009/01/20/disable-selction-on-menu-items-with-this-jquery-extension/comment-page-1/#comment-27640</link>
		<dc:creator>Alpenmilch</dc:creator>
		<pubDate>Mon, 30 Mar 2009 11:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=423#comment-27640</guid>
		<description>Thanks for this nice and clean solution, works like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for this nice and clean solution, works like a charm!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->