jquery-bootstrap-scripting icon indicating copy to clipboard operation
jquery-bootstrap-scripting copied to clipboard

Rewrite controls() to use live update

Open nikku opened this issue 12 years ago • 0 comments

Using something like

$(document).on('click', '.ajax', function(event) {
 ...
});

would allow us to make ajax links clickable independant of whether they were explicitly ajaxified.

nikku avatar Nov 16 '12 09:11 nikku