[jQuery] hmm...count't use like this?

[jQuery] hmm...count't use like this?


code:
$(document).ready(function(){
    $('#demo').click("getImgURL("+1+")");
});
function getImgURL(arg){
    alert(arg);
}