> $.("#el1").click(function () { There shouldn't be a . between $ and (
I'm not sure about mixing jQuery events and inline events. I think people generally try to avoid it (like, just call jsfunction1 from your click handler). --Erik
> $.("#el1").click(function () { There shouldn't be a . between $ and (
I'm not sure about mixing jQuery events and inline events. I think people generally try to avoid it (like, just call jsfunction1 from your click handler). --Erik