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
Use a link to load a remote partial, containing a remote form.
The form, with remote: true, will fail to behave correctly and will not make
an asynchronous request.
It might be overkill for padrino (or not), but a workaround is using https://github.com/rails/jquery-ujs which actually is backend independent and can work as a drop-in replacement.
Using 0.11.4.
The text was updated successfully, but these errors were encountered:
It seems that the current script does not handle event rebinding correctly.
Replacing
live
withon
is not a 1:1 relation, it seems. Rationale: http://blog.revathskumar.com/2013/10/jquery-on-avoid-losing-event-binding-for-ajaxed-contents.htmlTo reproduce:
Use a link to load a remote partial, containing a remote form.
The form, with remote: true, will fail to behave correctly and will not make
an asynchronous request.
It might be overkill for padrino (or not), but a workaround is using https://github.com/rails/jquery-ujs which actually is backend independent and can work as a drop-in replacement.
Using 0.11.4.
The text was updated successfully, but these errors were encountered: