All posts in JavaScript

Latest
October 19, 2010, 2 Comments

Very quick post here. If you ever wanted to remove select option using jQuery below is a snippet that i think you will find useful. I assume that you know …

JavaScript date difference calculation

May 2, 2010, 9 Comments

Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “stat ...

jQuery set select value

April 25, 2010, No comments

I still sometimes forget how to set <select> value, although it’s pretty simple. I had to “figure it out again” today so here ...

jQuery Image Resize Plugin

January 2, 2010, 35 Comments

Few days ago i wrote jQuery Plugin Tutorial, today i want to give away my first open source jQuery plugin: image resizer. I made sure that it’s ...

  • jQuery Plugin Tutorial
    December 31, 2009, 4 Comments

    jQuery is getting really popular lately. Employers looking for JavaScript developers often requires them to know this library inside out, so today i want to show you my practical guide ...