2

Below is a jQuery Timepicker plugin which i am using in my project.

http://labs.perifer.se/timedatepicker/
http://labs.perifer.se/timedatepicker/jquery.timePicker.js

Working fine in other browsers but in Google chrome - once you click on the scrollbar and then click outside, the timepicker will not disappear. This is because chrome is firing the blur event , when we click on the scrollbar whereas other browsers not firing when click on scrollbar. Can anyone suggest a fix.. Thanx in anticipation.

Varun
  • 4,054
  • 6
  • 31
  • 54

1 Answers1

2

Well nobody here replied..
I found a solution.
I have removed the blur event and instead used this...
How do I detect a click outside an element?
it is working fine now..

Community
  • 1
  • 1
Varun
  • 4,054
  • 6
  • 31
  • 54