Re: [jQuery] IE7 onclick object.function

2009-11-11 Thread Joe Moore
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

[jQuery] IE7 onclick object.function

2009-11-11 Thread Matthew
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