Below are snippets for sundaramkumar.
31
a simple css way to add shadow to tables and Divs
22
Get computed Width of an HTML Element
20
To debug javascript code we use alert() whereever needed and it irritates you while alerts values inside a loop and other places where more alerts are being shown and you have to press the ok button to pass / proceed on.
here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.
here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.
18
Add dragging to your div elements. just adding class="drag" to the div element will make it draggable.
Here i'm adding an example for a draggable dialog box
Here i'm adding an example for a draggable dialog box
15
List all plugins installed in FF
15
Get computed Height of an HTML Element
13
Using styles we can add scrollbars for large table where the space is a constraint
13
Trim , Left trim (ltrim) and Right Trim (rtrim) in javascript
12
A simple Tooltip for you web pages with minimal code.
Images , Text and HTML code can be shown inside the tootip
Images , Text and HTML code can be shown inside the tootip
11
This function will run all functions that are to be executed one by one on page load with specified/added orde









