Simple Program

Simple Snake Game with Counter in JavaScript Free Source Code

Submitted by razormist on
Simple Snake Game with Counter in JavaScript Free Source Code - A simple JavaScript game application that clone the snake game into a web browser. The game mechanics is simple where your only goal is to eat food that appear randomly in order to gain a score. JavaScript Free Source Code.

How to Create a Color Picker using jQuery in JavaScript

Submitted by razormist on
How to Create a Color Picker using jQuery in JavaScript. A simple JavaScript program that use jQuery module to create a dynamic color picker. This tutorial include several methods that use the basic jQuery events that will change the color palette of an element. JavaScript Free Tutorial.

How to Submit Data with Multiple Form in JavaScript

Submitted by razormist on
How to Submit Data with Multiple Form in JavaScript - A simple JavaScript program that can allow you to submit multiple inputs within a form after submitting. This tutorial will teach you on how you can submit multiple input field with just one submission of forms. JavaScript Free Tutorial.

How to Transfer Dragged Element to HTML List in JavaScript

Submitted by razormist on
How to Transfer Dragged Element to HTML List in JavaScript. A simple JavaScript program that can allow you to transfer the dragged element into a list. This tutorial will show you the proper way of transferring any dragged element to other element. JavaScript Free Tutorial.