Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Add blur trigger when updating contents


Project:Date Input
Version:1.1.6
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

I am running javascript validation on this field, called on the blur trigger, which gets left out when you click on the calendar (it updates the field then closes the cal, which drops your focus)
if you could add a .blur() onto the end of line 130 ... this.input.val(stringDate).change();...
Thanks

Comments

#1

Might be solved when I address this bug.