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
I need to launch a jquery plugin on the textarea added by this plugin. How can i access to the jquery-editable textarea ?
I want to maque this :
$('#jquery-editable-textare').autosizetextarea();
but it doesn't work because textarea are added after load of my page.
How can i do this ?
Thinks
The text was updated successfully, but these errors were encountered:
Maybe $('#jquery-editable-textare').on('autosizetextarea', function() { }); ? Try that and let me know how that works. The .on() handler should work in your case.
I need to launch a jquery plugin on the textarea added by this plugin. How can i access to the jquery-editable textarea ?
I want to maque this :
$('#jquery-editable-textare').autosizetextarea();
but it doesn't work because textarea are added after load of my page.
How can i do this ?
Thinks
The text was updated successfully, but these errors were encountered: