This commit is contained in:
vitalets 2013-05-04 13:03:00 +04:00
parent 440d5b848e
commit bdf3ae5815

@ -111,6 +111,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
$('#username').on('init', function(e, editable) {
alert('initialized ' + editable.options.name);
});
$('#username').editable();
**/
this.$element.triggerHandler('init', this);
}, this));