Advertisment
If you have quality content on your webpage and want to prevent people stealing your resources, you can add this script to disable the right-mouse...
If you have a page that takes long time to display it is a good idea to display a 'wait until the page loads' image. This tutorial show...
Ever want to place a link or button on your page that will close the window to make it easier on the user? Well heres a quick and easy way to do...
Use javascript to fill an input field with the current date/time to save time for your self. A handy function with complete code and html to copy...
You can't actually print a document from javascript, but you can open the print dialog to the user.
This tab content script uses Ajax to let you display a selection of external content on your page inside a DIV and via CSS tabs.
This is a 'universal' count down script that lets you count down to absolute events whereby the target date/time needs to be specific to...
This is a live count down script that can be set to count down to any future date/time, such as Christmas.
Make a table with highlighting cells when the mouse is over
Learn how to make those snazzy little buttons which change the textbox's size.
Ever have a favorite website that the first thing you do is search it? Create a custom search box with javascript and bookmarks!
This tutorial will help you create simple cross-browser textarea editor you can use on any of your HTML forms.
Very simple AJAX function. Works great with PHP/MySQL to retrieve database content.
A massive one page JavaScript regular expressions guide and reference.
The TreeWalker object is a powerful DOM2 object that lets you easily filter through and create custom collections out of nodes in the document....
Use functions in javascript to do pretty much anything your heart desires, learn how to create a function and use it in this tutorial.
This tutorial covers taking an existing web application and adding AJAX to it. HTML_AJAX, a PHP AJAX library from the PEAR project is used.
Views: 1191 | | by Mathew
Javascript - AJAX
Create a system that rotates specific banners automatically without the need of the page being refreshed, images only load when they are used so...
Check the strength of a password with JavaScript. The contents of a password input field are evaluated every time a key is pressed. A widget is...
Certain form fields always contain the same values, such as your user's name, email address fields etc. This script will remember the values...