Sunday, April 08, 2012

live().on()

$("#today p").live().on("click", function(event){
alert("and again, it ticks.");
});

$('p.
accepting-contracts').next();

$("#resume doc").on("click", function(event){
$.get("
gmamante_resume.doc");
});

No comments: