<?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: jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails</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/jqgrid-341-jquery-132-json-data-fails/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rtordable on jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4970</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4970</guid>
        	        	<description><![CDATA[<p>Sorry, it was an error of mine.</p>
<p>I was doing with the response of an AJAX request with JSON Data -the previous one- the following expresion:</p>
<p>$(request.responseText)</p>
<p>jQuery 1.3.x -Sizzle- does not detect that is JSON Data and fails saying that it&#39;s an invalid expression.&#160; jQuery 1.2.6 accepts it without errors.</p>
]]></description>
        	        	<pubDate>Thu, 26 Feb 2009 04:47:50 +0200</pubDate>
        </item>
        <item>
        	<title>rtordable on jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4969</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4969</guid>
        	        	<description><![CDATA[<p>FireBug says that the error is in jquery-1.3.2.js in the line 3633 line of the ajax method -<span class="sourceRowText">xhr.send(s.data); - </span>.&#160; jQuery 1.3.2 receives the JSON data but fails when parses it.</p>
]]></description>
        	        	<pubDate>Thu, 26 Feb 2009 03:13:02 +0200</pubDate>
        </item>
        <item>
        	<title>rfinner on jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4960</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4960</guid>
        	        	<description><![CDATA[<p>My JSON data is also not loading - but only when i set&#160; var minver = true;</p>
<p>The non minified version is working fine for jqGrid 3.4.1 and JQuery 1.3.2</p></p>
]]></description>
        	        	<pubDate>Wed, 25 Feb 2009 13:16:35 +0200</pubDate>
        </item>
        <item>
        	<title>rtordable on jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4948</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-341-jquery-132-json-data-fails#p4948</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>here you are an example of JSON Data that I use with jQgrid table:</p>
<pre>{"total":8,"rows":[[1,"Tarifa 1","SASNProv1\\/SASNCategoryPrice","111","Suscripcion Internacional","devCategoryFather"<br />],[2,"Tarifa 2","SASNProv1\\/SASNSuscriptionPrice","12","Suscripcion NBA 22",""],[3,"Tarifa 3","@0,9"<br />,"","",""],[4,"Tarifa suscripci&#243;n a devCategory","@2,5","","",""],[5,"Tarifa Mitad Precio 1","\\/prov1<br />\\/t4\\/t5","","Suscripcion NBA3",""],[6,"Tarifa Mitad Precio 6","\\/prov1\\/t4\\/t6","","Suscripcion NBA4"<br />,""],[7,"Tarifa Gratis","\\/prov1\\/t1\\/t2","", "5x1en10devCategory20080611",""]],<br />"records":72,"page":1}<br /><br /></pre>
<p>jqGrid 3.3.1 + jQuery 1.2.6 -&#62; Works fine</p>
<p>jqGrid 3.4.1 + jQuery 1.3.1 -&#62; Fails</p>
<p>jqGrid 3.4.1 + jQuery 1.3.2 -&#62; Fails</p>
<p>jqGrid 3.4.1 + jQuery 1.2.6 -&#62; Works fine</p>
<p>I think the bug is in jQuery 1.3.* in the Sizzle selector.&#160; FireBug shows the following message:</p>
<p><span class="objectBox objectBox-errorMessage opened">uncaught exception: Syntax error, unrecognized expression: &#8220;rows&#8221;:[[1,"Tarifa 1","SASNProv1\\/SASNCategoryPrice","111","Suscripcion Internacional","devCategoryFather"],[2,"Tarifa 2","SASNProv1\\/SASNSuscriptionPrice","12","Suscripcion NBA 22",""],[3,"Tarifa 3","@0,9","","",""],[4,"Tarifa suscripci&#243;n a devCategory","@2,5","","",""],[5,"Tarifa Mitad Precio 1","\\/prov1\\/t4\\/t5","","Suscripcion NBA3",""],[6,"Tarifa Mitad Precio 6","\\/prov1\\/t4\\/t6","","Suscripcion NBA4",""],[7,"Tarifa Gratis","\\/prov1\\/t1\\/t2","","5x1en10devCategory20080611",""]]</span></p>
</p>
<p>Have you had similar problems with JSON Data?.</p>
<p>Thanks.</p>
<p>Ram&#243;n</p></p>
]]></description>
        	        	<pubDate>Wed, 25 Feb 2009 09:52:38 +0200</pubDate>
        </item>
</channel>
</rss>