<?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: Getting x and y coordinates of clicked row?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row</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/getting-x-and-y-coordinates-of-clicked-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jbwiv on Getting x and y coordinates of clicked row?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row#p22272</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row#p22272</guid>
        	        	<description><![CDATA[<p>FYI, I was able to do it like this:</p>
</p>
<p>jQuery("#table_id").click(function (e) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; offset = jQuery(e.target).parent().offset();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
]]></description>
        	        	<pubDate>Wed, 02 Mar 2011 05:55:33 +0200</pubDate>
        </item>
        <item>
        	<title>jbwiv on Getting x and y coordinates of clicked row?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row#p22257</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row#p22257</guid>
        	        	<description><![CDATA[<p>I know I can get the mouse coordinates of the last time it was clicked with the jQuery click() event, but I really need to coordinates of the row itself, so that I can determinate what its top and left are. My menu needs to match up exactly with the top of the row.</p>
<p>Is there some way to do this?</p>
</p>
<p>Thanks!</p>
<p>jbwiv</p>
]]></description>
        	        	<pubDate>Tue, 01 Mar 2011 14:05:35 +0200</pubDate>
        </item>
        <item>
        	<title>jbwiv on Getting x and y coordinates of clicked row?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row#p22251</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-x-and-y-coordinates-of-clicked-row#p22251</guid>
        	        	<description><![CDATA[<p>I need to get x and y coordinates of a clicked row in onRowSelect, so that I can move a menu div down beside it. Is there a way to do this?</p>
]]></description>
        	        	<pubDate>Tue, 01 Mar 2011 07:01:40 +0200</pubDate>
        </item>
</channel>
</rss>