Skip to content

David Votrubec | Notes about programming

Category Archives: Tips

jQuery datepicker improved

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 […]

Posted byDavid VotrubecFebruary 21, 2011January 7, 2013Posted injQuery, Tips

console.log() problem solved

console.log(),  console.debug()..  my two favourite helpers. If I need check whether my jquery selector returns what I expect it to or just to check how some variable changes its value during script execution I often use console.  It’s great tool. Google Chrome provides it by default, Firefox only when you have Firebug turned on and […]

Posted byDavid VotrubecJanuary 24, 2011February 18, 2013Posted inTipsLeave a comment on console.log() problem solved

Posts navigation

Newer posts 1 2 3
David Votrubec | Notes about programming, Proudly powered by WordPress.