Skip to main content

Bug Tracker

Side navigation

#7943 closed enhancement (invalid)

Opened January 10, 2011 11:24PM UTC

Closed February 08, 2011 07:53AM UTC

Last modified March 10, 2012 09:13AM UTC

toggle focus and blur function

Reported by: myxospasm@gmail.com Owned by: myxospasm@gmail.com
Priority: low Milestone: 1.next
Component: event Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

it will be nice having a toggle function between blur and focus as there is one for hover.

Attachments (0)
Change History (4)

Changed January 18, 2011 01:38PM UTC by rwaldron comment:1

component: unfiledevent
owner: → myxospasm@gmail.com
priority: undecidedlow
status: newpending

Can you please provide some example use cases?

Changed January 24, 2011 08:06AM UTC by radagaisus comment:2

This function might look much like .hover(). an example can be found at: http://jsfiddle.net/BcK6W/

Changed February 08, 2011 07:53AM UTC by trac-o-bot comment:3

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Changed September 07, 2011 02:00AM UTC by jb comment:4

If I have a set of inputs and I want to swap their CSS between an active state to an inactive state I'd like to be able to:

$('.my_inputs').jquery_focus_blur_toggle(function() {

$(this).toggleClass('active');

});

Thank you