Set of high performance general programming utilities
...Benchmark:
http://jsperf.com/vulcanjs
How to use:
var my_vulcan = new vulcan();
Vulcan API namespaces:
.validation - Several utilities for validation.
.events - Several utilities for events.
.conversions - Several utilities for conversions.
.graphics - Several utilities for graphics.
.objects - Several utilities for managing objects.
.system - Several utilities for managing system operations.
Do a "console.log(my_vulcan);" to see all the calls under the namespaces!
Enjoy!
Quick function for vanilla Javascript to do cross-domain calls
...It communicates using the current DOM to a remote URL, and retrieves the JSON return to fire in a temporary function that is sent to a function in the current package.
Should work in all modern browsers regardless of what is currently used for Javascript libraries.
CyBerFuN xBTiT by cybernet2u / I only install hacks and maintain them / all the credits for the core source goes to : http://www.btiteam.org
new files here ->https://github.com/cybyd/cybyd
ConSense is a singular "jack of all trades" web development console intended to ease all your bugtracking, testing and page architecture tasks. Its siblings, RedSand and SimpleClasses form a sound, dynamic, object oriented JavaScript/DHTML framework.
This Javascript library (IE 6+ and Mozilla Firefox 1.5+) has been designed to support dynamic autocompletion (HTML forms) based on the AJAX technology. All backend technologies are supported if they can generate: HTTP/Plain Text, HTTP/XML or HTTP/SOAP.
Own Form Validator is a JavaScript Form Validator. Validate-rules are based on input's html classes, so user doesn't need to know Javascript at all. Example: class="required validEmail" alerts when input is empty or there is invalid email address.