I changed 
$('.myclass).click(function() {return false;});  
to
$('a.myclass).click(function() {return false;});  

now it works
Thanks

Bernd




bjb wrote:
> 
> The error seems when assigning an event to a class:
> 
> $('.myclass).click(function() {return false;});   -> error (only) in IE5.5
> / jQuery 1.1.3.1 // works with IE7 etc
> $('#myid).click(function()  {return false;});       -> works with IE5.5 /
> jQuery 1.1.3.1
> 
> myclass and myid in html:
> 
> <li> #  s1.gif Kleine Schriften </li>
> 
> best regards
> 
> Bernd
> 

-- 
View this message in context: 
http://www.nabble.com/Error-in-IE-5.5---jQuery-1.1.3.1----%27nodeName%27-is-Null-tf4115982s15494.html#a11722133
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to