JavaScript, DHTML JavaScript, DHTML JavaScript DHTML Tooltips

Here is another useful JavaScript Cross Browser library – Tooltip. Using Tooltip you can add various tooltips on your web page even with URL or images (see image below). The library is full customizable and easy in use. Just download the library, place the file wz_tooltip.js somewhere in your web directory, load it: <script language=”JavaScript” type=”text/javascript” src=”wz_tooltip.js”></script> and add desired tooltip in HTML tag: <a […]

Read Me 1 Comment

Customize JavaScript core functions

I started to change my mind. It seems that JavaScript is a cool and power. It allows to do many things. One of them is a possibility to iverride easyly any core function. The simple and clear example is here. You can use stylish and infomative alerts instead of default boring window.alert. The same manner you can customize any others functions to meet your requirements.

Read Me 3 Comments