Is there some reason you don't want to put this onclick event in a script
tag in the head section? Like,
Test Page
$(function() {
$('a.detailLink').click(
function(event) {
//stop the events def
I posted this earlier, but perhaps I didn't explain it right.
Im trying to get code that uses this syntax to work in IE6/7
It seems like IE6/7 do not like the $(this).function syntax, although
if I just alert($(this)) I get [object Object] which I think is what
should be expected.
I am using a
2 matches
Mail list logo