On Thu, Aug 25, 2011 at 11:32 PM, Leonel *.* <[email protected]> wrote:
> I have an usual index.html.erb file generated by the scaffold. If I > include jquery-1.6.2.min.js, the Delete link stops working. If I remove > jQuery, the Delete link starts working again. > > Anyone experience anything similar? Do you know a solution? > > Maybe you are using the default js library, prototype. Prototype and JQuery have compatibility issues. Google for how to solve it if you need to use both libraries in a single page. > -- > 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 [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. > > -- ------------------------------------------------------------- visit my blog at http://jimlabs.heroku.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 [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.

