JavaScript

JavaScript Source Code

Free JavaScript Source Code. Download 10 latest JavaScript with source code for free here.

Image Slider

Submitted by GeePee on
This is a simple image slider using JavaScript and jQuery. This slider automatically slides and takes you to the next image. And while the slideshow plays, you can also click the previous and next button. To pause the slideshow, hover the mouse pointer over the image. Hope this helps.

Free Java Random Generating Text Styles

Submitted by DavaoCloudStudio on
This is a randomize character symbols simply by generate text what you want. Original SAMPLE Generated Ṡ̘̹̞̤̱̲̺͉͚͉̜̝̲̰̭͉̘͎̂ͪ͛ͭ͂Ḁ͉̤̺̹͕̠̖͕̰̗̹͓̫͈̠͍̆̀ͤ̾ͯ̄M͍̹͕͇̟̘͙̃̅̅ͧ̽͋̌ͥͥͪ̈P͍̳̞̙̹̤̟̲͇̟̳͚̳̭̣̝͖̭̬͛̒ͯ̊ͦ͗̊̆̿̊͛̌ͫ̚L͙̱̭͍̙̩̤̟̥̞ͦ̌͆̌ͧͅE̜̠͖̫͍̫̲̫̞͖͖̱͔̙̓ͭ̒ͬ̿̊̏ͥͅ or Try here: http://www.a-cucumber-xamp.tk/aircode/

String and Numeric Validation Using JavaScript

Submitted by jaymeen_86 on
This Program Demonstrates textbox input validations on keypress. Feature of this program is how to Validate textbox onkeypress event to prevent user to input firstalphabet,secondalphabet Characters. Most Important feature is it ristricts user to input only numeric values in textbox using ASCII Values. Hope you find it helpful.

Jigzaw Puzzle

Submitted by Oelasor on
This is jigzaw puzzle developed using the client-side scripting language Javascript. HTML5 Canvas elements are used to create the jigzaw pieces on the fly. Basically, the mini-project demonstrates the capability of the HTML5 specification to render 2-dimensional graphics using the Canvas element through the use of Javascript.