1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

jQuery 'live' events for x-editable

This commit is contained in:
Cameron
2013-03-07 04:28:03 -08:00
parent b76c06db45
commit bce70a7e33
3 changed files with 13 additions and 7 deletions

View File

@@ -21,7 +21,13 @@ $(document).ready(function()
});
$.fn.editable.defaults.mode = 'popup';
$('.e-editable').editable();
$('div.e-container').editable({
selector: '.e-editable'
});
// $('.e-editable').editable();
// Fix for boostrap modal cache.