Javascript Common Escape Sequences
It’s better coding practice to use escape sequences, because they make your code easier to read. Escape sequences are also useful for situations where you want to use characters that can’t be typed using a keyboard.
Creating a simple fade over effect – JQuery
Here , i will tell you how to add a fade over /fade in effect to image button in jquery. its very simple…………………………… 1. Import jquery <script type=’text/javascript’ src=’http://yoursite.com/jquery.js’></script> 2. Add a div tag with image in it <div class=”fadeDiv”> … Continue reading
document.all vs document.getElementById
document.all() - is a non-standard way of accessing DOM elements. It was introduced in Internet Explorer 4, because the W3C DOM hadn’t yet standardised a way of grabbing references to elements using their ID. By the time IE 5 came out, … Continue reading




