You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
Hi!
Sorry for the slow response, it's been a crazy month so far!
The short answer is that there's no easy way to replace prototype with
jQuery in this case. The reason is that has_threaded_comments uses the Rails
remote_form_for helpers, which in turn use Prototype. If you were able to
replace the helpers with versions that used jQuery then that would solve the
issue, but obviously that's quite a lot of work.
There used to be a plugin for Rails called 'jRails' that replaced the
Prototype helpers with jQuery based ones... I can't find the project pages
now so it must be defunct. If you were able to find an old version of the
plugin that may be a good way to get started.
Hi,
What should I change to make it work with jquery instead of prototype ?
Thanks,
The text was updated successfully, but these errors were encountered: