JavaScript

JavaScript Source Code

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

jQuery Animation

Submitted by AliNaderloo77 on
It is a very simple animation using jQuery. You only need jQuery plugin and jQueryRotateCompressed to do this animation. The animation looks like the two girls exchanging emails. Try this yourself and enjoy creating animations and learning new codes. Contact me by: email: [email protected] telegram : http://telegram.me/AliNaderloo77 Phone Num : +989356205014

Flip Effect: Log In and Sign Up

Submitted by mark gerryl mi… on
Simple login and sign up form built in bootstrap. A flip effect to change from login form to signup form. Easier to direct to other forms without reloading the page. Another way than using the tab class. Hope you like it. Sample Source Code This simple source code for the Log In Form for the user, where they can type their username and password to log in​. LOGO Forgot Password LOG IN Sign in with

Alarm Clock Using HTML JavaScript

Submitted by alpha_luna on
Alarm Clock Using HTML JavaScript This is a "24-hour cycle" JavaScript alarm clock that opens any web page (depends on what address you input in Set Alarm Action field) according to the time user set up. This is a very cool system. Try this simple program and you can use it as your alarm. Hope this work will help you in your project. JavaScript Source Code Form Field Current Time: Set Alarm: Hour

Air Code Generator Using Javascript

Submitted by jaredgwapo on
In tutorial, you will learn how to make an air code generator. just follow the steps below and download the source code. You can also use this code to your projects or systems. DIRECTIONS Creating our index.php (AC) AirCode ... --- Air Code Randomiser Invoker list. Type Your AirCode here (AC) Style AirCode Top AirCode Centre AirCode Bottom Range Effect Short Medium Long Creating our style.css

Memory Tiles Game in Javascript

Submitted by Oelasor on
Memory Tiles Game is a tile matching game using set of paired tiles randomly placed on a board with their faces/images down or hidden. The player has to find and remove all matching pairs of tiles in the least possible moves by remembering where tiles are located. To play Memory Tiles: 1 Click a tile to turn it over, and then click a second tile to turn that tile over. If the tiles match, they are

Number to Bin Converter Using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a number to binary converter. You can also convert it to hexadecimal and octal representation. To use this simple code just download the source code below. Instructions First, we will be writing our html code. Insert Decimal Number: This will be our javascript code. Finally, you have created a simple converter of number to binary. For more

Byte Calculator Using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a byte calculator using javascript. Just download the source code below and follow the instructions. Directions First we will write our html code. Bytes Kb Mb Gb This will be our javacsript code. You have successfully created a simple byte calculator that you can use in your system. For more information, suggestions and questions just comment

Random Password Generator using Javascript

Submitted by jaredgwapo on
Welcome to www.sourcecodester.com. I am going to teach you how to make a random password generator that you can use in you projects or systems. Just follow the instructions below. Instructions First, let's create our html code, just copy the code below. Password Length: Lastly, we will be creating our javascript code. Congratulations, you have successfully created a simple password generator. For