Opened 16 years ago
Closed 12 years ago
#234 closed feature
[PATCH] $().unhover and $().untoggle
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | event | Version: | 1.4.3 |
Keywords: | unhover untoggle | Cc: | [email protected]…, [email protected]… |
Blocked by: | Blocking: |
Description (last modified by )
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 (8)
comment:1 Changed 16 years ago by
comment:3 Changed 13 years ago by
Component: | → ajax |
---|---|
Description: | modified (diff) |
Keywords: | unhover untoggle added; "" removed |
Milestone: | → 1.3.3 |
need: | → Review |
Priority: | → minor |
Type: | → feature |
comment:4 Changed 13 years ago by
Component: | ajax → event |
---|
Don't know why I moved this to ajax. Is this patch still in consideration?
comment:6 Changed 12 years ago by
Cc: | [email protected]… [email protected]… added; "" removed |
---|---|
Milestone: | 1.4 → 1.5 |
Owner: | set to [email protected]… |
Priority: | minor → low |
Reporter: | changed from [email protected]… to [email protected]… |
Status: | new → pending |
Version: | → 1.4.3 |
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...
comment:8 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
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