This does limit the $().hover and $().toggle to once per an element. Multiple uses will overwrite the pervious handler. Any tips on how to manage this along with keeping the un version would be greatly appreciated.
-- Brandon Aaron On 10/3/06, Brandon Aaron <[EMAIL PROTECTED]> wrote: > Well I've gone ahead and done it. I've added an unhover and untoggle method. > > Here is the example/test page: > http://brandonaaron.net/jquery/unevents/unevents.html > Here is the patch: http://brandonaaron.net/jquery/unevents/unevents.diff > > -- > Brandon Aaron > > On 10/3/06, Brandon Aaron <[EMAIL PROTECTED]> wrote: > > Is there a reason why there isn't an unhover and an untoggle? I could > > really use unhover in my current project and was thinking about > > building it and just logging it as an enhancement. Just calling > > .unmouseover().unmouseout() is not enough b/c I have other handlers > > for those as well and don't want them wiped out. I just want to > > unhover(). > > > > -- > > Brandon Aaron > > > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
