<?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: No support for jQuery 1.8.1</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1</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/no-support-for-jquery-1-8-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p31186</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p31186</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>This is quite possible. Please use the version from the official download.</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Fri, 03 Oct 2014 12:58:53 +0300</pubDate>
        </item>
        <item>
        	<title>Peter on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p31164</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p31164</guid>
        	        	<description><![CDATA[<p>Hi, installed jqgrid via bower and seeing an error due to the line:</p>
<p>if(jQuery.browser.safari) {</p>
<p>bower.json states version of jqgrid is 4.6.0 but if i download current minified i don't get this error.</p>
<p>Is the bower version not being updated somehow?</p>
]]></description>
        	        	<pubDate>Tue, 30 Sep 2014 12:33:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27401</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27401</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed in GitHub</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 27 Sep 2012 13:24:34 +0300</pubDate>
        </item>
        <item>
        	<title>cyborg on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27344</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27344</guid>
        	        	<description><![CDATA[<p>I&#39;ve found the issue.&#160; Luckilly, I was looking at the jQuery.browser class with another project.</p>
<p>Line 29:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6793' value='Select Code' data-codeid='sfcode6793' /></p>
<div class='sfcode' id='sfcode6793'>if(jQuery.browser.safari) {</div>
</p>
<p>If you look at the jQuery doc, safari has been replaced by "webkit" (as Chrome and Safari are now pretty much identical).</p>
<p><a href="http://api.jquery.com/jQuery.browser/" target="_blank">http://api.jquery.com/jQuery.browser/</a></p>
<p>So I replaced the line and all is working ok.&#160; Can I suggest this is changed in Git too?</p>
]]></description>
        	        	<pubDate>Mon, 17 Sep 2012 18:11:58 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27343</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27343</guid>
        	        	<description><![CDATA[<p>@cyborg: I don&#39;t see that you have included language file (like&#160;<em>i18n/grid.locale-en.js</em>) <strong>before</strong>&#160;<em>jquery.jqGrid.src.js</em>. If you have some problem with loaging&#160;<em>jquery.jqGrid.js</em> only you should just replace the file with the direct list of the same files from <a href="https://github.com/tonytomov/jqGrid/blob/master/jquery.jqGrid.js" target="_blank">jquery.jqGrid.js</a>.</p>
<p>See <a href="/blog/?page_id=393/bugs/jqgrid-3-7-2-bug-with-ie8-while-using-jqgrid-debugging/#p21510" target="_blank">the post</a> and <a href="/blog/?page_id=393/bugs/including-jquery-jqgrid-js-does-not-work-in-firefox/#p25523" target="_blank">another one</a> for details.</p>
<p>Regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Mon, 17 Sep 2012 17:59:00 +0300</pubDate>
        </item>
        <item>
        	<title>cyborg on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27342</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27342</guid>
        	        	<description><![CDATA[<p>1.7.2 is the last version of jQuery I can see working with jqGrid.&#160; You must be doing something different between 1.7 and 1.8?</p>
]]></description>
        	        	<pubDate>Mon, 17 Sep 2012 16:43:22 +0300</pubDate>
        </item>
        <item>
        	<title>cyborg on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27341</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27341</guid>
        	        	<description><![CDATA[<p><input type='button' class='sfcodeselect' name='sfselectit892' value='Select Code' data-codeid='sfcode892' /></p>
<div class='sfcode' id='sfcode892'>
<div class=&#34;console-message console-error-level&#34;>
<ol class=&#34;outline-disclosure&#34;>
<li class=&#34;parent expanded&#34;>Uncaught TypeError: Object [object Object] has no method &#39;jqGrid&#39;
<ol class=&#34;children expanded&#34;>
<li>
<div>(anonymous function)<a class=&#34;console-message-url webkit-html-resource-link&#34; title=&#34;http://cfdweb/branches/jb/scratch/jqgrid/showData.php&#34; href=&#34;http://cfdweb/branches/jb/scratch/jqgrid/showData.php&#34; target="_blank">showData.php:15</a></div>
</li>
<li class="selected">
<div>p.Callbacks.k<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" href="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" target="_blank">jquery.js:2</a></div>
</li>
<li>
<div>p.Callbacks.l.fireWith<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" href="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" target="_blank">jquery.js:2</a></div>
</li>
<li>
<div>p.extend.ready<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" href="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" target="_blank">jquery.js:2</a></div>
</li>
<li>
<div>D<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" href="http://cfdweb/branches/jb/assets/js/jquery/jquery.js" target="_blank">jquery.js:2</a></div>
</li>
</ol>
</li>
</ol>
</div>
<div class="console-message console-error-level">
<ol class="outline-disclosure">
<li class="parent expanded"><a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.formedit.js" href="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.formedit.js" target="_blank">grid.formedit.js:13</a>Uncaught TypeError: Object #&#60;Object&#62; has no method &#39;extend&#39;
<ol class="children expanded">
<li>
<div>(anonymous function)<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.formedit.js" href="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.formedit.js" target="_blank">grid.formedit.js:13</a></div>
</li>
<li>
<div>(anonymous function)<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.formedit.js" href="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.formedit.js" target="_blank">grid.formedit.js:2085</a></div>
</li>
</ol>
</li>
</ol>
</div>
<div class="console-message console-error-level">
<ol class="outline-disclosure">
<li class="parent expanded"><a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.inlinedit.js" href="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.inlinedit.js" target="_blank">grid.inlinedit.js:14</a>Uncaught TypeError: Object #&#60;Object&#62; has no method &#39;extend&#39;
<ol class="children expanded">
<li>
<div>(anonymous function)<a class="console-message-url webkit-html-resource-link" title="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.inlinedit.js" href="http://cfdweb/branches/jb/scratch/jqgrid/js/grid.inlinedit.js" target="_blank">grid.inlinedit.js:14</a></div>
</li>
<li class="selected">
<div>(anonymous function)</div>
</li>
</ol>
</li>
</ol>
</div>
</div>
<div class="console-message console-error-level">
<p>How can I check?&#160; I can only assume that the autoloader is working in the jqgrid.js</p>
</p>
</div>
]]></description>
        	        	<pubDate>Mon, 17 Sep 2012 16:30:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27330</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27330</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just tested and it works fine. Please be a sure you load the jqGrid files. This error exactley point to this problem</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Fri, 14 Sep 2012 15:24:55 +0300</pubDate>
        </item>
        <item>
        	<title>cyborg on No support for jQuery 1.8.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27303</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-support-for-jquery-1-8-1#p27303</guid>
        	        	<description><![CDATA[<div class="webkit-line-content"></div>
<p><input type='button' class='sfcodeselect' name='sfselectit622' value='Select Code' data-codeid='sfcode622' /></p>
<div class='sfcode' id='sfcode622'>
<div class=&#34;webkit-line-content&#34;>&#60;link href=&#34;<span class=&#34;webkit-html-resource-link&#34;>/assets/js/jquery/jquery-ui-1.8.14.custom.css</span>&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34;&#62;</div>
<div class="webkit-line-content">&#60;link href="<span class="webkit-html-resource-link">css/ui.jqgrid.css</span>" rel="stylesheet" type="text/css"&#62;</div>
<div class="webkit-line-content">&#60;script type=&#39;text/javascript&#39; src=&#39;<span class="webkit-html-resource-link">/assets/js/jquery/jquery.js</span>&#39;&#62;&#60;/script&#62;</div>
<div class="webkit-line-content">&#60;script type=&#39;text/javascript&#39; src=&#39;<span class="webkit-html-resource-link">js/jquery.jqGrid.js</span>&#39;&#62;&#60;/script&#62;</div>
</div>
<div class="webkit-line-content"></div>
<div class="webkit-line-content">Unless there&#39;s something wrong with the order, or the imports, then I can&#39;t get this to work with 1.8.1.&#160; I&#39;ve use the bundeled 1.4.3, which works fine, but breaks when I use 1.8.1 again:</div>
<div class="webkit-line-content"></div>
<div class="webkit-line-content">
<div class="webkit-line-content"></div>
<p><input type='button' class='sfcodeselect' name='sfselectit9374' value='Select Code' data-codeid='sfcode9374' /></p>
<div class='sfcode' id='sfcode9374'>
<div class=&#34;webkit-line-content&#34;>$(function(){</div>
<div class="webkit-line-content">$("#grid").jqGrid({</p>
<div class="webkit-line-decorations">
<div class="webkit-html-message-bubble webkit-html-error-message">
<div class="webkit-html-message-line">[Image Can Not Be Found]Uncaught TypeError: Object [object Object] has no method &#39;jqGrid&#39;</div>
</div>
</div>
</div>
</div>
<p><br class="Apple-interchange-newline" /></p>
</div>
<div class="webkit-line-content"></div>
]]></description>
        	        	<pubDate>Tue, 11 Sep 2012 18:55:02 +0300</pubDate>
        </item>
</channel>
</rss>