Side navigation
#234 closed feature ()
Opened October 04, 2006 01:31AM UTC
Closed November 11, 2010 11:09PM UTC
[PATCH] $().unhover and $().untoggle
Reported by: | brandon.aaron@gmail.com | Owned by: | brandon.aaron@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | event | Version: | 1.4.3 |
Keywords: | unhover untoggle | Cc: | brandon.aaron@gmail.com, AlexSexton@gmail.com |
Blocked by: | Blocking: |
Description
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.
Attachments (0)
Change History (8)
Changed October 10, 2006 09:30PM UTC by comment:1
Changed October 11, 2006 06:20PM UTC by comment:2
This still needs work.
Changed October 11, 2009 02:16PM UTC by comment:3
component: | → ajax |
---|---|
description: | 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. → 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. |
keywords: | "" → unhover untoggle |
milestone: | → 1.3.3 |
need: | → Review |
priority: | → minor |
type: | → feature |
Changed June 15, 2010 02:10AM UTC by comment:4
component: | ajax → event |
---|
Don't know why I moved this to ajax. Is this patch still in consideration?
Changed June 27, 2010 12:46AM UTC by comment:5
See bug in #6729, it does seem like we need untoggle.
Changed October 21, 2010 06:45PM UTC by comment:6
cc: | "" → brandon.aaron@gmail.com, AlexSexton@gmail.com |
---|---|
milestone: | 1.4 → 1.5 |
owner: | → brandon.aaron@gmail.com |
priority: | minor → low |
reporter: | brandon.aaron@gmail. → brandon.aaron@gmail.com |
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...
Changed November 11, 2010 11:09PM UTC by comment:8
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