Lasse Bunk wrote:
> I'm bouncing a little back'n'forth here. After reviewing the jQuery
> noConflict() code it doesn't matter if you load jQuery before or after
> Prototype.
> 
> However, you need to switch on your javascript debugging tools so we can 
> get
> some error messages – do you have Firebug or something like it?
> 
> /Lasse
> 
> 2010/3/27 Chris Kalaboukis <li...@ruby-forum.com>

ah ha...I'm getting this error:

jQuery is not defined
[Break on this error] jQuery.extend(String.prototype, {

in application.js line 29

jQuery.extend(String.prototype, {
30 databaseId: function() { return $.trim(this.split('_').last()); }
31});

Well i think aha....whats doing that?
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to