JavaScript Tutorial

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 Count All the Letters from a String in JavaScript

Submitted by razormist on
How to Count All the Letters from a String in JavaScript - A simple JavaScript program that can allow the user to count the letters from a string. This tutorial will show you the easiest way of counting all the letters from a string using a certain function. JavaScript Free Tutorial.

How to Automatically Find Data from the Database in JavaScript

Submitted by razormist on
How to Automatically Find Data from the Database in JavaScript - A simple JavaScript program that allow you to make your searching of data automated and faster. This tutorial will show you on how you can automate the searching of data from the database. 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 Dynamically Reorder Element Position in JavaScript

Submitted by razormist on
How to Dynamically Reorder Element Position in JavaScript - A simple JavaScript program that can reorder the index position of your current elements in display. This tutorial will show you the simples way for reordering any element in your current html content. 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.