<?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 is not a function"</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function</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/jqgrid-is-not-a-function/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>max-williams on "jqGrid is not a function"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function#p1375</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function#p1375</guid>
        	        	<description><![CDATA[<p>Hi reg</p>
<p>yeah, this was the problem for me - also that i had to include a leading forward slash.&#160; My final path, for my rails app, was</p>
<p>var pathtojsfiles = "/javascripts/jqGrid/js/"</p>
</p>
<p>thanks</p>
<p>max</p>
]]></description>
        	        	<pubDate>Mon, 04 Aug 2008 05:40:55 +0300</pubDate>
        </item>
        <item>
        	<title>Reg on "jqGrid is not a function"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function#p1355</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function#p1355</guid>
        	        	<description><![CDATA[<p>Hello Max,</p>
<p>the problem I encountered with this was the path leading to the scripts&#160;folder, not where to go once that was found, so I had to&#160;change my copy from&#160;</p>
<p><span class="postbody">var pathtojsfiles = &#8220;js/&#8221;; // need to be ajusted</span></p>
<p><span class="postbody">to read</span></p>
<p><span class="postbody"><span class="postbody">var pathtojsfiles = &#8220;../scripts/js/&#8221;; // need to be ajusted</span></span></p>
<p>HTH</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Sat, 02 Aug 2008 19:55:30 +0300</pubDate>
        </item>
        <item>
        	<title>max-williams on "jqGrid is not a function"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function#p1343</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-is-not-a-function#p1343</guid>
        	        	<description><![CDATA[<p><span class="postbody">I&#39;m trying to get the jqGrid plugin up and running.  But, i get this error from the firebug console: </span></p>
<p> jQuery("#schedule-table").jqGrid is not a function <br /> (?)()() <br /> handleError()()jquery.js (line 28) <br /> handleError()()jquery.js (line 28) <br /> nodeName()([function(), function()], function(), undefined)jquery.js (line 22) <br /> handleError()()jquery.js (line 28) </p>
<p> At first i thought i probably hadn&#39;t properly loaded to the jquery.jqGrid.js file, but it&#39;s definitely being loaded - i put an alert in the "jqGridInclude()" function and it fires when the page starts loading. </p>
<p> I&#39;m copying the &#39;getting started&#39; example from this page - <a href="http://trirand.com/jqgrid/jqgrid.html" target="_blank">http://trirand.com/jqgrid/jqgrid.html</a> </p>
<p> I seen other reports of this (one on this forum, one in russian!) and the suggestion was to edit this line in the main jqgrid file:</p>
<p><span class="postbody">var pathtojsfiles = "js/"; // need to be ajusted</span></p>
<p>If that&#39;s the case, i have no idea what to adjust it to:&#160; the files are all in their default locations.&#160; I&#39;m using it in a rails app, so i have a public/javascripts folder to contain all my js files.&#160; Inside that is a folder called jqGrid, which has the main file, jquery.jqGrid.js, and a &#39;js&#39; folder with the various files used by jqGrid.&#160; So, the path variable above looks ok.</p>
<p><span class="postbody"><br /> Can anyone help?<br /> thanks <br /> max</span></p>
]]></description>
        	        	<pubDate>Fri, 01 Aug 2008 07:01:15 +0300</pubDate>
        </item>
</channel>
</rss>