Archive | Javascript RSS feed for this section

How To Add Hover Effect On DIV In IE?

There are number of glitches that exists in IE. One glitch is that it does not allow hover effect other than on anchor <a> tag. This small and quick tutorial will show you how to do it with simple JavaScript and CSS.

Read full story Comments { 5 }

How To Make Simplest Cross Browser Tooltip With CSS And JavaScript Events?

There are lots and lots of tooltip scripts available on net. There are lot m best price cialis any too which provides lots of features like: fading effect, popup effects, onmouseover effects etc. The thing which encouraged me to write this tooltip script is that actually all these effects are not worth adding on my [...]

Read full story Comments { 8 }

Understanding JSON Syntax

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999. JSON is a text format that is completely language independent [...]

Read full story Comments { 7 }