nikku/jquery-bootstrap-scripting

Rewrite controls() to use live update

Opened this issue · 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.