Ticket #234 (closed feature)
[PATCH] $().unhover and $().untoggle
| Reported by: | brandon.aaron@… | Owned by: | brandon.aaron@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5 |
| Component: | event | Version: | 1.4.3 |
| Keywords: | unhover untoggle | Cc: | brandon.aaron@…, AlexSexton@… |
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
I've added a uhover and untoggle method to jQuery.
Here is the example/test page: http://brandonaaron.net/jquery/unevents/unevents.html Here is the patch: http://brandonaaron.net/jquery/unevents/unevents.diff
This diff includes the fix for #222.
Change History
comment:3 Changed 4 years ago by dmethvin
- Description modified (diff)
- Component set to ajax
- Priority set to minor
- need set to Review
- Milestone set to 1.3.3
- Keywords unhover untoggle added; "" removed
- Type set to feature
comment:4 Changed 3 years ago by dmethvin
- Component changed from ajax to event
Don't know why I moved this to ajax. Is this patch still in consideration?
comment:6 Changed 3 years ago by SlexAxton
- Status changed from new to pending
- Reporter changed from brandon.aaron@… to brandon.aaron@…
- Cc brandon.aaron@…, AlexSexton@… added; "" removed
- Priority changed from minor to low
- Version set to 1.4.3
- Milestone changed from 1.4 to 1.5
- Owner set to brandon.aaron@…
I have no idea what these functions would do. I'd imagine Brandon would have added these by now if they were needed.
Either way, the patches no longer resolve. So I'll punt back to Brandon and see if he wants to push up some new ones...
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

This is the latest diff and is a large improvement over the previous patch.
http://brandonaaron.net/jquery/events/event.js.diff http://brandonaaron.net/jquery/events/test.html