<?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: Grid Hover Effect </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect</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/grid-hover-effect/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ismomo on Grid Hover Effect </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect#p9670</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect#p9670</guid>
        	        	<description><![CDATA[<p>I have tried this below and it works:</p>
<p>Loop through each tr and apply code below:<br />$(this).hover(function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).css({&#39;background&#39;: &#39;#ffffcc url() 50% 50% repeat-x&#39;});<br />}, function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).css({&#39;background&#39;: &#39;#ffffff url() 50% 50% repeat-x&#39;});<br />});</p>
]]></description>
        	        	<pubDate>Sun, 13 Sep 2009 06:43:06 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grid Hover Effect </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect#p9326</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect#p9326</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Put this code in gridComplete event. Please, let me know if this work.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 05:07:23 +0300</pubDate>
        </item>
        <item>
        	<title>ismomo on Grid Hover Effect </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect#p9251</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hover-effect#p9251</guid>
        	        	<description><![CDATA[<p>I would like to have a customize on hover effect when hover the grid. I have used code below and add in a new css line for td-mouse-hover in order to generate the effect, but it doenst work for me. It will use the default ui-state-hover css instead. How I going to achieve the mouseover effect here? Thanks.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7833' value='Select Code' data-codeid='sfcode7833' /></p>
<div class='sfcode' id='sfcode7833'>$(&#39;#table1 &#62; tbody &#62; tr&#39;).each(function(i) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).hover(function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).addClass(&#39;td-mouseover-hover&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).removeClass(&#39;td-mouseover-hover&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />});</div>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 03:48:24 +0300</pubDate>
        </item>
</channel>
</rss>