Q: event delegation not available on body
$('body').on('click', '.J_button', function(e){alert('clicked');});
click here
A: `J_button` should has `cursor: pointer;` style!
reference: http://www.quirksmode.org/blog/archives/2010/10/click_event_del_1.html