<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Howto get rid of the 'title' attributes on every cell?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/howto-get-rid-of-the-title-attributes-on-every-cell</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/howto-get-rid-of-the-title-attributes-on-every-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Howto get rid of the 'title' attributes on every cell?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/howto-get-rid-of-the-title-attributes-on-every-cell#p10919</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/howto-get-rid-of-the-title-attributes-on-every-cell#p10919</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The current implementation add title without any condition. To remove all title attributes currently you can do</p>
<p><input type='button' class='sfcodeselect' name='sfselectit988' value='Select Code' data-codeid='sfcode988' /></p>
<div class='sfcode' id='sfcode988'>
<p>gridComplete : function () {</p>
<p>$("#mygrid td").removeAttr("title");</p>
<p>}</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 04:22:41 +0300</pubDate>
        </item>
        <item>
        	<title>jayarjo on Howto get rid of the 'title' attributes on every cell?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/howto-get-rid-of-the-title-attributes-on-every-cell#p10916</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/howto-get-rid-of-the-title-attributes-on-every-cell#p10916</guid>
        	        	<description><![CDATA[<p>My problem relatively easy. I just wonder howto get rid of the &#39;title&#39; attributes on cells. I don&#39;t exactly need them to pop-up every time I hover up with my mouse cursor?</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 04:07:50 +0300</pubDate>
        </item>
</channel>
</rss>