Making Jeditable working on new elements
问题 I'm trying to make Jeditable works on new elements created using this jquery file tree. On right click on a folder or file a context menu is shown and after clicking "Rename" item on the context menu i want to activate Jeditable. I'm using this context menu and this code: $(document).ready( function() { $('#filetree').fileTree({ root: '../../../', script: './connectors/jqueryFileTree.php', expandSpeed: 1000, collapseSpeed: 1000, multiFolder: true }, function(file) { alert(file); }); $