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
Experiencing same issue. If you write in "inline" as the option, Console will throw a couple or errors regarding the default setting {"popup").
If you write in "popup" as your desired action, you get a nice list of errors.
One note: tried this using downloaded version of X-editable. Have NOT tried it using a CDN version.
Also, I am using the plain jQuery version of X-editable.
Hi,
I want to use popup mode in x-editable, but nothing work.
I've tried to use:
$.fn.editable.defaults.mode = 'popup';
and:
$('#identifier').editable({
mode: 'popup';
});
Nothing work, please, someone give me help.
The text was updated successfully, but these errors were encountered: