Category: Javascript
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.
This Javascript library, will help you to convert colors between different color systems.
It supports RGB, HSV, CMYK color encoding systems.
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.
Javascript string replace is a very useful function. Javascript has a built-in string replace function but it uses regular expressions.
This JavaScript sortable html table code can be used to convert tables in ordinary HTML into sortable ones.
In 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.
There 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.
How to get rid of the delay that happens when you use multiple images with 'onmouseover'? Preload all the images.