On Wed, Apr 29, 2009 at 11:39 PM, Anil <[email protected]> wrote: > > <%= javascript_include_tag "jquery.js" %>
Shouldn't that be <%= javascript_include_tag 'jquery' %> You could probably easily discover whether your jquery file is being loaded by using Firebug, btw.... HTH, -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

