<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,13 +14,13 @@ module Hexagile
       jquery_grid_code = &lt;&lt;-CODE
           &lt;script type=&quot;text/javascript&quot;&gt;
             &lt;%= before %&gt;_n_
-        		$(document).ready(function(){ 
-        		  $(&quot;#&lt;%= name %&gt;&quot;).jqGrid({        		    
+        		jQuery(document).ready(function(){ 
+        		  jQuery(&quot;#&lt;%= name %&gt;&quot;).jqGrid({        		    
         		  &lt;% params.each do |key,value| %&gt;
         		    &lt;% if opts.keys.include?(key) %&gt;
         		      _ss_&lt;%= key %&gt;: &lt;%= opts[key].to_json %&gt;,
         		    &lt;% elsif (value.is_a? String) &amp;&amp; (value[0..0] == &quot;$&quot;) %&gt;
-        		      _ss_&lt;%= key %&gt;: &lt;%= value %&gt;,
+        		      _ss_&lt;%= key %&gt;: &lt;%= &quot;jQuery&quot;+value[1,value.length] %&gt;,
         		    &lt;% elsif (key.to_s[0..8] == 'function_') %&gt;
         		      &lt;% js_params, body = param_body(value) %&gt;
         		      _ss_&lt;%= key.to_s[9..-1] %&gt;: function(&lt;%= js_params %&gt;) {</diff>
      <filename>lib/hexagile/jquery_grid_for_rails.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0e6d98b0701cf97adaa488fb212486d7ad00f62b</id>
    </parent>
  </parents>
  <author>
    <name>Peter Szinek</name>
    <email>peter@rubyrailways.com</email>
  </author>
  <url>http://github.com/scrubber/jquery_grid_for_rails/commit/bd022466c9b19304dab2baecbd09f9de934e3897</url>
  <id>bd022466c9b19304dab2baecbd09f9de934e3897</id>
  <committed-date>2009-01-20T16:01:53-08:00</committed-date>
  <authored-date>2009-01-20T16:01:53-08:00</authored-date>
  <message>patch by Heath Morrison: jqg4r now works if you are using Prototype simultaneously</message>
  <tree>e692c079db8e0b6d3b9aef83ab934b1d4960218d</tree>
  <committer>
    <name>Peter Szinek</name>
    <email>peter@rubyrailways.com</email>
  </committer>
</commit>
