Is the goal to bind the script to elements that are not yet loaded, or to reduce the number of calls to the remote script?
, script , $.getScript() , :
function executeScript() {
$.getScript("somescript.js",
blah blah blah
);
}
$(".post_loaded_elements").hover(executeScript);
, script - , , , , , - , script ajax - . , , script , - . , , jquery.