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!

Event propagation


Project:ClockPick, a Time Picker
Version:1.2.1
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active
Description

OnClick is not propagating, so that the jQuery function "onClickOutside" (or whatever its name : when you click on page body for exemple), is not called and then jquery plugins using this function won't work in that case, for example :

You have two input text fields, one for date, the other for time.
When clicking on date, a div shows up, and disappears when "click outside". If we click on the time input (using clockpick), the date div won't disappear.