Archive for the ‘Javascript’ Category
Just a delayed announcement that the jQuery Timepicker Addon 0.5 is now available. The most notable fix is the correction of the bug with the stepHour, stepMinute, and stepSecond. Thank you Peter for you help! The next step is correcting some of the options (change events, etc..). Timepicker Download and Examples
I’ve been messing with some table with a lot of numbers, and one thing that came up is that I need to select all cells which have zero, or not zero. Sounds straight forward but there could be multiple variations of zero (0, 0.0, 0.000, .0, etc..). Here is a couple quick selectors to check [...]
A new timepicker is now available thanks to Jeremy and other commenters. I don’t have all the suggested/submitted changes yet. Jeremy submitted quite a few changes so I thought I would take a couple smaller steps in integrating all the other changes. I know there are still a few issues that commenters mentioned which are [...]
A rarely seen animal in the javascript world is a break. When it is seen 99% of the time it is within a switch statement. But did you know it can be used for more than that? In Javascript you can label your blocks of code, then when you call your break specify which block [...]
So I didn’t get bogged down with a ton of changes I’ve decided to release another new version. Thanks to Reinout and other contributors the timepicker addon is now a little more friendly, allowing you to type time within a constrained field as well as live updating the input box as you slide the time [...]

