Jeditable help
Jeditable help
Hello,
It is pretty simple to attach the jeditable plugin to static html elements. For example:
-
$('.dblClick').editable('save.php',{
indicator:'saving...',
tooltip:'Double click to edit',
event:'dblclick'
});
can the jeditable plugin be applied to live dom elements? (dom elements generated by ajax)
Perhaps it could be could be done with the help of some function similar to live() ?
could someone kindly share example?