<?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: Calling jQuery function from link in a cell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-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/calling-jquery-function-from-link-in-a-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>xuding on Calling jQuery function from link in a cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7930</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7930</guid>
        	        	<description><![CDATA[<p>Do this in gridcomplete event.</p>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 19:51:33 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Calling jQuery function from link in a cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7910</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7910</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Yes you can do what you want.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 10:54:05 +0300</pubDate>
        </item>
        <item>
        	<title>Graham Mills on Calling jQuery function from link in a cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7866</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7866</guid>
        	        	<description><![CDATA[<p>This seems to work.</p>
<p>Is it the best way to call functions outside jqgrid?</p>
<p>onCellSelect: function(rowid,iCol,cellcontent){<br />&#160;&#160;&#160; &#160;&#160;&#160; if (iCol == 1) // link on this column using its data<br />&#160;&#160;&#160; &#160;&#160;&#160; { <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $.fn.colorbox({href:&#39;view.php?id=&#39;+rowid, open:true, opacity:0.50});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; },</p>
]]></description>
        	        	<pubDate>Thu, 16 Jul 2009 04:57:25 +0300</pubDate>
        </item>
        <item>
        	<title>Graham Mills on Calling jQuery function from link in a cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7865</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/calling-jquery-function-from-link-in-a-cell#p7865</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>I have a link with a class that is associated with a model box type plugin.</p>
<p>The problem is that it does not work when the link is in the grid, it just opens in the same window, so basically does not fire up the colorbox function.</p>
<p>code snipets:</p>
<p>jquery</p>
<p>$(".view").colorbox({opacity:0.50});</p>
</p>
<p>link in xml</p>
<p>&#60;cell&#62;&#60;![CDATA[&#60;a href="view.php?id={$k}" title="Details" class="view"&#62;i&#60;/a&#62;]]&#62;&#60;/cell&#62;</p></p>
]]></description>
        	        	<pubDate>Thu, 16 Jul 2009 04:31:07 +0300</pubDate>
        </item>
</channel>
</rss>