> This may work:
> 
> var myDblClickFunction =  function(e)
> {
> e.stopPropagation();
> alert('DoubleClick');
> }

but if it works, it will not work in IE. don't you think it is important 
to support IE, wether one likes it or not? i have found quite often on 
this list, that code simply isn't tested in IE.

i don't like IE either by the way, but its a necessity to support in 
real world.


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to