I like jQuery’s datepicker a lot, but I miss two things – one is some kind of mask on the input field so I can write date directly without worrying about the correct date format, and the second is customisable trigger (the thing you click on to toggle the calendar widget 🙂 ) Masked input …
Category Archives: jQuery
Fun with tooltips on a timeline
This is a fun script I created during my idle hours while at previous employer. Â I wanted to somehow mimic comix-like conversation but on a single image only. Â It was just for fun, but it can be however used to do something more useful;) What it basically does is that it displays tooltips in a …
jQuery.durationpicker plugin
[Important Notice: I’ve discovered some bug in demo of durationPicker. It runs correctly only in FF. I will fix it soon and notify you here.] Have you ever looked at Googles’s (excellent) calendar app and wished that you had the  ‘event planing widget’ in your web form? Well, here is my own version, a …
Developer’s Medal of Honor
This is what you get if someone discoveres a bug in your code… … more than once. PS: It was not 10 bugs, just two, but the Medal was intended to be future-proof 🙂
jQuery.datepicker – issue with duplicate ID
I have discovered (minor) issue with jQuery Datepicker plugin: It’s not actually datepicker’s fault, but it might be difficult to find it in a complex web page, so I decided to share it with you. Imagine that your application relies heavily on javascript, ajax, widgets etc… Widgets are created on the fly, and it happens …
Continue reading “jQuery.datepicker – issue with duplicate ID”