-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editable with AJAX #30
Comments
I have the same problem. Any solutions? |
This problem is solved by PJAX :) You can see the solution in the internet or (if you don't want use pjax) you can see the file 'editable-pjax.js', which is contained to the plugin |
Can you show your pjax code? I load modal with AJAX, in this modal i want to use editable. But it don`t work of course. I try to manual call $('#selector').editable(), but it not work to. |
Somethink like that (it is my example):
But it will not work, if you don't initial editable-widget before.
|
thanks. This will help me |
HI !
I have a problem. I need to load editable-widget, using AJAX.
When I click to the button, editable-widget loads to '#cloneDiv', but widget doesn't work..
I tried to use renderAjax, renderPartial in my Action - no results.
The text was updated successfully, but these errors were encountered: