|
---------------------------------------------------------------------------------------------------------------------- |
| javascript collapsible menu script |
| Here is a javascript collapsible menu that turn into submenus. Useful for things like categorizing subjects and a table of contents. |
| Category :
JavaScript
|
Hits : 14 |
---------------------------------------------------------------------------------------------------------------------- |
| popup window using javascript |
| This javascript can be used to create a popup window. It will display a mini popup window when page loads. |
| Category :
JavaScript
|
Hits : 14 |
---------------------------------------------------------------------------------------------------------------------- |
| A sample JSON definition |
JavaScript Object Notation, has become a popular alternative to XML for defining structured data using JavaScript.
In strict JSON:
- All string values must be in double quotes (single quotes won't do).
- The name portion of each name/value pair must also be in double quotes.
- The value of a property cannot be a function or method.
If your JSON data is not valid strict JSON, it will trip up certain JSON parsers, most notably, th |
| Category :
JavaScript
|
Hits : 14 |
---------------------------------------------------------------------------------------------------------------------- |
| Difference Between two dates using php |
| This function will return the number of days elapsed between two dates. |
| Category :
PHP Scripts
|
Hits : 94 |
---------------------------------------------------------------------------------------------------------------------- |
| Creating a Popup Once Window using JavaScript |
| Popup windows are everywhere on the web. Use this script to add one to your site that is NOT annoying, since it only pops up once. Try leaving then coming back to this page- no more popup. |
| Category :
JavaScript
|
Hits : 54 |
---------------------------------------------------------------------------------------------------------------------- |
| Accept Disclaimer Radio Button Example JavaScript |
| Confirm your visitor's approval by requiring their name before continuing on. Useful if you require your visitors to accept a disclaimer before downloading software or visiting a section of your members-only site. Could be used with a cookie. |
| Category :
JavaScript
|
Hits : 193 |
---------------------------------------------------------------------------------------------------------------------- |
| Add or Change Options on a form select field using javascript |
This script can be used to add or change options on a form select menu.
|
| Category :
JavaScript
|
Hits : 121 |
---------------------------------------------------------------------------------------------------------------------- |
| Dynamically Add and Remove HTML Controlls using JavaScript |
this script can be used to add HTML controls to your forms dynamically.
|
| Category :
JavaScript
|
Hits : 62 |
---------------------------------------------------------------------------------------------------------------------- |
| Add Input Fields Dynamically using JavaScript |
| Use this script to upload files. As a file is selected, another input field is automatically added. |
| Category :
JavaScript
|
Hits : 64 |
---------------------------------------------------------------------------------------------------------------------- |
| JavaScript Sequential fly-in text script |
| This script flies in multiple text from the left edge of the window, one at a time in sequential order similar to a PowerPoint effect. It's versatile enough to handle any number of text (or other rich HTML like images!), and you can customize both the animation speed and pause between each message. A nice effect to highlight important points on your page! |
| Category :
JavaScript
|
Hits : 192 |
---------------------------------------------------------------------------------------------------------------------- |
| Drop Down World Clock Using JavaScript |
| Look up the time of various cities around the world easily with this useful script! Configurable to use cities of your choice. |
| Category :
JavaScript
|
Hits : 122 |
|