Featured Articles
480 days ago10 Best jQuery Drag And Drop Plugins
413 days agoColorful background images for websites
Call A Javascript Function After Some Time Interval
This example will explain you how to call a javascript function after some time. You could use plain html like putting this in the <head> tag: <meta http-equiv=”refresh” ...
Call A JavaScript Function After Page Load
Few minutes back i wrote an example How can we call a javascript function before page load. Now i am dealing how to call a function after page loaded. All we need to do is just add ...
How can we call a javascript function before page load
In JavaScript usually we can call a function during page on load with following two methods. This will help you to call some functions that you want to run before page load.
<body ...
How to get current date in JavaScript
I know this is very simple to get current date in javascript. But when i was started my career with the web technologies. I dont know anything how to create these small small things ...
Check All Check Boxes in Javascript
I am going to create a simple function in javascript. This function will check all the check boxes in a HTML Form.
Function name is checkALL();
” var checkVal = document.checkallfrm.allbookings.checked; ...
Powerful jQuery Event Calendar: wdCalendar
wdCalendar is a jQuery plugin that enables us to create an event calendar that functions similar to the popular Google Calendar.
With a drag’n drop interface and feature-rich ...
