Okay so I remember why I didn't like attaching the DOMMouseScroll event to elements is because the event is not cancelable. So no matter what the mousewheel will scroll the window. I'm working on a solution that allows for the default action to be stoped. It is a lot more involved and I'm just trying to optimize what I've already got.
Brandon On 9/27/06, John Resig <[EMAIL PROTECTED]> wrote: > > Oh wow ... okay I'll have to look into that. I don't even remember the > > reason why I thought it didn't now. Heh that is going to simplfy some > > of my code. :) > > You should definitely post your code as a plugin. While I don't think > this is widely-needed enough to be in core (considering that Safari > and Opera, apparently, don't work), it would certainly be useful to > those that want it. > > --John > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
