<?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: uncaught exception: Syntax error, unrecognized expression: #</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/uncaught-exception-syntax-error-unrecognized-expression</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/bugs/uncaught-exception-syntax-error-unrecognized-expression/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>shanimal on uncaught exception: Syntax error, unrecognized expression: #</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/uncaught-exception-syntax-error-unrecognized-expression#p26031</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/uncaught-exception-syntax-error-unrecognized-expression#p26031</guid>
        	        	<description><![CDATA[<p>I kept getting errors related to what appears to be a missing table id.</p>
<p>from jquery : </p>
<p>"uncaught exception: Syntax error, unrecognized expression: #"</p>
<p>AND</p>
<p>"uncaught exception: [Exception... "&#39;Syntax error, unrecognized expression: #&#39; when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: <a href='resource://firebug_rjs/net/spy.js' target="_blank">resource://firebug_rjs/net/spy.js</a> :: callPageHandler :: line 798" data: no]"</p>
<p>I realized I hadn&#39;t assigned my table a valid ID (for good reason)</p>
<p>I fixed the problem by arbitrarily assigning the table an random id.</p>
<p>table.attr("id","table" + Math.floor(Math.random()*100000));</p>
<p>Hope this helps someone else trying to use this awesome library.</p>
]]></description>
        	        	<pubDate>Tue, 28 Feb 2012 22:15:51 +0200</pubDate>
        </item>
</channel>
</rss>