Let use this multiple select script if you want to create select boxes that relate to anothers, by onchange event. Choose a value in the first select options and the script will precess and display the available select values in the second box to match your selection automatically. Easy to use, with full comments in source code.
You can also see more for multiple select, dynamic dropdown,...
You wanna to make a website for online loan? Or you have a loan of someone, now you need to calculate the mount of money must pay? If so, let's use this JavaScript code, it helps you calculate money must accurately and fast, you need to enter the information requested: loan amount, interest rate, length of loan (months), ... jsB@nk hope this code will help you reduce stress with loan debt, interest...
This function script will return an array of tags based on DOM element, tag, and class name. For example, getElementsByClassName(document, 'tr', 'info')
will return to you an array of all "tr
" tags under the document node having the "info
" class.
Add this JavaScript into your website for checking download speed, it will estimate the necessary time to dowload a file with several different download speeds, connection types and internet speeds, speed bandwidths. Very easy to customize and use, check download speed. Try it now!
Use this JavaScript to make sentence words that users enter correctly, meaning the beginning of each sentence is capitalized, the rest of the sentence is lower case, if they are not proper noun. Let enter some word sentences, sentence examples to test it.
Use this script to manage the dependency fields on your web, meaning you can hide/display some fields by changing values of others; not meant to replace your server scripting process. Please preview the script and read document.
This script uses className
to make drag and drop feature for objects as dragable div, dragable layer. Very easy to use and customize.