jQuery.on('click') before jQuery.click?
问题 I have an external script, wich i can't modify. This script load a button, and add a jQuery .click on it... and it finish with "return false". I need to trigger my own code on this click. When i load the page the doesn't exists, so i need to use .on('click') to bind "live". But it looks like the .on('click') is loaded "after" the .click and as he use "return false", my .on('click') is not loaded. So the question is... How can i trigger my on click on this dynamically loaded a#btn wich already