Category: Javascript

Chainable external javascript file loading

This 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

This 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

Javascript 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

Javascript string replace is a very useful function. Javascript has a built-in string replace function but it uses regular expressions. Read more »

Sortable table

This JavaScript sortable html table code can be used to convert tables in ordinary HTML into sortable ones. Read more »