Chainable external javascript file loading
posted in Javascript, January 10, 2011This object is useful when you want to load external javascript files only when last one was loaded.
In this way you will form some sort of chainable javascript library loading, which will guarantee you that every file will be loaded only then when it has its dependencies loaded. Read more »
Javascript color conversion
posted in Javascript, January 7, 2011This Javascript library, will help you to convert colors between different color systems.
It supports RGB, HSV, CMYK color encoding systems. Read more »
Javascript open popup window
posted in Javascript, December 22, 2010Javascript popup window script sometimes is useful for adding a popup window to your pages. When the user clicks on a link, a new window opens and displays a page.
Read more »
Javascript replace
posted in Javascript, December 11, 2010Javascript string replace is a very useful function. Javascript has a built-in string replace function but it uses regular expressions. Read more »
Sortable table
posted in Javascript, August 24, 2009This JavaScript sortable html table code can be used to convert tables in ordinary HTML into sortable ones. Read more »
Javascript trim
posted in Javascript, June 26, 2009In programming, trim is a string manipulation function or algorithm. The most popular variants of the trim function strip only the beginning or end of the string. Typically named ltrim and rtrim respectively. Read more »
Javascript context menu
posted in Javascript, June 18, 2009There are many of context menu examples on the internet. This javascript context menu is very lightweight, OOP based and item-specific. You can setup it in a few seconds.
Read more »
Javascript image preload
posted in Javascript, June 18, 2009How to get rid of the delay that happens when you use multiple images with ‘onmouseover’? Preload all the images.
Read more »
Javascript unselectable text
posted in Javascript, June 18, 2009How to make text in an html page unselectable for the visitors? I don’t know for what reasons you may need this, but here is the code you want, read below.
Read more »
Javascript drag and drop
posted in Javascript, June 18, 2009Ever wanted to drag an element or image on your webpage? You can try using this very lightweight javascript drag handler. You can attach this drag handler to any relative or absolute positioned element.
Read more »
Javascript validate email
posted in Javascript, April 14, 2009The Javascript email validation function below will return true if email is correct, false – otherwise.
Read more »
Javascript url decode, encode
posted in Javascript, January 21, 2009You can use this Javascript to encode / decode url parameters. Script is fully compatible with UTF-8 encoding. Read more »
