<?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: Get value and name of cell on mouseover event</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/get-value-and-name-of-cell-on-mouseover-event</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/get-value-and-name-of-cell-on-mouseover-event/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>alohaaaron on Get value and name of cell on mouseover event</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-value-and-name-of-cell-on-mouseover-event#p20920</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-value-and-name-of-cell-on-mouseover-event#p20920</guid>
        	        	<description><![CDATA[<p>Hi,&#160; Using mouseover I&#39;d like to get the&#160;name and&#160;value of a&#160;cell.</p>
<p>The cell is identified by:</p>
<p>&#60;cell name=&#39;mycell&#39;&#62;view&#60;/cell&#62;</p>
</p>
<p>$(".jqgrow").mouseover(function(e){</p>
<p>&#160;&#160;&#160;&#160; var a = $(e.target).parents(&#39;tr:first&#39;).text();</p>
<p>&#160;&#160;&#160;&#160; alert(a);</p>
<p>)};</p>
<p>This Gives me the text of the whole row when I mouseover any cell in the table.</p>
<p>How do I use e.target to return the value of the cell or the name of the cell?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Sat, 20 Nov 2010 00:34:54 +0200</pubDate>
        </item>
</channel>
</rss>