Well, while I might not need untoggle and unhover, I definitely enjoy a challenge! I've been thinking about a reliable way to allow multiple hover/toggles and to be able to remove them independently... I'll let you know if I get anywhere with it...
-blair Brandon Aaron wrote: > Nothing? > > Am I really the only person that needs unhover and untoggle? > > I've logged an enhancement ticket for this: > http://jquery.com/dev/bugs/bug/234/ > > -- > Brandon Aaron > > On 10/3/06, Brandon Aaron <[EMAIL PROTECTED]> wrote: >> 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/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
