<?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: Problem with jquery1.5rc1 and column names with periods</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods</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/problem-with-jquery1-5rc1-and-column-names-with-periods/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Problem with jquery1.5rc1 and column names with periods</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p22302</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p22302</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Fixed</p>
<p><a href="https://github.com/tonytomov/jqGrid/commit/2eddefb49b1b6f2d6ed8e4ca2345a097559c2cb8" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/commit/2eddefb49b1b6f2d6ed8e4ca2345a097559c2cb8</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 03 Mar 2011 15:33:01 +0200</pubDate>
        </item>
        <item>
        	<title>stormlifter on Problem with jquery1.5rc1 and column names with periods</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p22268</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p22268</guid>
        	        	<description><![CDATA[<p>Actually looks like this issue is still an issue. Having to put up the quotes causes issues with jqGrid and it seems to ignore that field and make it so it won&#39;t format the address properly.</p>
]]></description>
        	        	<pubDate>Tue, 01 Mar 2011 22:37:43 +0200</pubDate>
        </item>
        <item>
        	<title>stormlifter on Problem with jquery1.5rc1 and column names with periods</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p22250</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p22250</guid>
        	        	<description><![CDATA[<p>Your quote thing worked perfect. Thank you! Awesome workaround.</p>
]]></description>
        	        	<pubDate>Tue, 01 Mar 2011 00:32:08 +0200</pubDate>
        </item>
        <item>
        	<title>camilo on Problem with jquery1.5rc1 and column names with periods</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p21852</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-jquery1-5rc1-and-column-names-with-periods#p21852</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I&#39;ve been checking out the new jQuery 1.5rc1 (to escape from another period-related bug in 1.4.4), and it seems that it also causes some problems with the way jqGrid handles column names with periods in them.</p>
<p>Specifically, when using toolbar search, I get the following error:</p>
<blockquote>
<p>Error: uncaught exception: Syntax error, unrecognized expression: [name=rol.rolId]</p>
</blockquote>
<p>Looking into the code, it seems that this has to do with jQuery no longer allowing attribute selectors where the value has periods and is unquoted, thus code like this always fails: $("select[name="+nm+"]") when nm contains periods. Code like this can be found in several places, for example grid.custom.js line 265.</p>
</p>
<p>Now, I&#39;m not sure if this would be considered a bug in jQuery or it&#39;s something they just decided not to allow anymore, but a workaround I did in jqGrid was simply to quote the attribute value with single quotes: $("select[name=&#39;"+nm+"&#39;]")</p>
</p>
<p>Whether this should be logged as a bug in jQuery or this workaround or another should be used in the next version, I just wanted to report this as I&#39;d prefer not to diverge from the main version of jqGrid. This being my first post, I&#39;ll also just congratulate you and thank you for the component, great stuff really!</p>
</p>
<p>Hope this is useful!</p>
</p>
<p>Camilo</p>
]]></description>
        	        	<pubDate>Thu, 27 Jan 2011 21:54:51 +0200</pubDate>
        </item>
</channel>
</rss>