Opened 13 years ago
Closed 9 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: | brandon.aaron@…, AlexSexton@… |
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 13 years ago by
comment:3 Changed 10 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 9 years ago by
Component: | ajax → event |
---|
Don't know why I moved this to ajax. Is this patch still in consideration?
comment:6 Changed 9 years ago by
Cc: | brandon.aaron@… AlexSexton@… added; "" removed |
---|---|
Milestone: | 1.4 → 1.5 |
Owner: | set to brandon.aaron@… |
Priority: | minor → low |
Reporter: | changed from brandon.aaron@… to brandon.aaron@… |
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 9 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