vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Editable stop working after upgrade (popup autohides) #1131

Open jpaoletti opened 5 years ago

jpaoletti commented 5 years ago

I upgraded jquery to 3.3.1 and x-editable to last version. It used to work before upgrade but now the popup shows and hides immediately after that.

<a href="javascript:;" class="inline-edit editable editable-click" title="Test" data-name="nombre" data-type="text">Test</a>

$(".inline-edit").each(function () {
                $(this).editable({
                    url: ''/iledit',
                    send: "always",
                    emptytext: "-"
                });
});

Any idea what can be wrong? Thanks