![]() |
Browser Cookie with JavaScript and jQuery
This short JavaScript article tutorial guides you how to work with browser cookie, cookie in JavaScript by using the JavaScript framework jQuery, through some basi... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ipt-jquery.jpg Demo: JavaScript Browser Cookie with JavaScript and jQuery How to setup |
JavaScript Color Gradient Maker
With this JavaScript code example, you can easy make CSS gradient background, [URL="http://www.javascriptbank.com/=JavaScript color gradient"]JavaScript color gradient</a... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ient-maker.jpg Demo: JavaScript JavaScript Color Gradient Maker How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
<div style="width: 400px;"> |
Built-in JavaScript RegEx APIs
Regular Expressions (RegEx) skills are the indispensable knowledges if you would like become a professional JavaScript coder particularly, or a professional programmer generally; because of a lot of p... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...regex-apis.jpg Demo: JavaScript Built-in JavaScript RegEx APIs How to setup |
JavaScript OOP with Input Display Toggle
Usage of this JavaScript code effect is just toggle (show/display) the input text fields when the users click the specified input checkboxes. But this JavaScript code example made with OOP skills, it'... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...lay-toggle.jpg Demo: JavaScript JavaScript OOP with Input Display Toggle How to setup Step 1: Place JavaScript below in your HEAD section JavaScript Code:
<script type="text/javascript"> HTML Code:
<span id="myspan"> |
50+ Great Web Applications of Data Visualization
Perhaps just read technical JavaScript article tutorials on jsB@nk made you become humdrum?! Today together, we should change the subject in this post, we'll enjoy 5... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ualization.jpg Demo: JavaScript 50+ Great Web Applications of Data Visualization How to setup |
JavaScript Text Auto-Select onClick
If this JavaScript code example installed on a web page, when users click on text-container HTML elements then it will select all of its inner text automatically.
At present, this JavaScript code m... detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...ct-onclick.jpg Demo: JavaScript JavaScript Text Auto-Select onClick How to setup Step 1: Place JavaScript below in your HEAD section JavaScript Code:
<script type="text/javascript"> HTML Code:
<h4 style="margin-bottom: 0;">A <code>div</code> Element:</h4> |
Use jQuery to Generate Random Strings
This short JavaScript article tutorial guides us how to make a random string with JavaScript (random string JavaScript) and jQuery. Both two detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...om-strings.jpg Demo: JavaScript Use jQuery to Generate Random Strings How to setup |
Picture Gallery with Display Switcher
This is really very cool and amazing picture gallery to promote your personal/business pictures on the web. With two type of displaying, this JavaScript gallery script allow users to switch the layout... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...y-switcher.jpg Demo: JavaScript Picture Gallery with Display Switcher How to setup Step 1: CSS below for styling thescript, place it into HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript" src="/javascript/jquery.js"></script> HTML Code:
<a href="javascript:void(0);" class="switch_thumb">Switch Thumb</a> Files Picture_Gallery_with_Display_Switcher_images.zip |
JavaScript Proper Social Security Number Validation
One more JavaScript code example to accept numeric characters. But this JavaScript will work in the different manner, it on... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...validation.jpg Demo: JavaScript JavaScript Proper Social Security Number Validation How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
<p> |
JavaScript Add-Remove HTML Elements with DOM
This JavaScript code example will dynamically add/remove HTML elements with content included within them according to ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...s-with-dom.jpg Demo: JavaScript JavaScript Add-Remove HTML Elements with DOM How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
<div id="doc"> |
JavaScript Filename Array Maker
During coding JavaScript applications, we usually have to work with many JavaScript arrays; and sometimes declare/initiate them is the time-consuming tasks.
For this reason, I would like to present... detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...rray-maker.jpg Demo: JavaScript JavaScript Filename Array Maker How to setup Step 1: Use CSS code below for styling the script CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript"> HTML Code:
<!-- |
very interesting solution you have found
|
jQuery JavaScript Countdown Timer with Bar Display
This is really a cool JavaScript code example to display an amazing JavaScript countdown timer on your web pages. With the support of the powerful JavaScript framework - jQuery - you can set the point... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ar-display.jpg Demo: JavaScript jQuery JavaScript Countdown Timer with Bar Display How to setup Step 1: Use CSS code below for styling the script CSS Code:
<style type="text/css" media="screen"> JavaScript Code:
<script type="text/javascript" src="/javascript/jquery.js"></script> HTML Code:
<center> Files jquery.js |
JavaScript Dynamic Drop Down Values on Action
If your web pages have a huge list of options to show in the drop down menus (listed into categories), why don't you consider to use this JavaScri... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...-on-action.jpg Demo: JavaScript JavaScript Dynamic Drop Down Values on Action How to setup Step 1: Place JavaScript below in your HEAD section JavaScript Code:
<script type="text/javascript"> HTML Code:
<!-- |
Build Simple Flash Timer Countdown in ActionScript
Countdown timer for an event seems to be an indispensable thing in the modern life of human, we can see them in the holidays of Christmas, new year, birthday, etc. Or easily, we can see them daily in ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...tionscript.jpg Demo: JavaScript Build Simple Flash Timer Countdown in ActionScript How to setup |
Simple JavaScript for Auto-Sum with Checkboxes
This JavaScript code example uses a for loop to calculate the sum of JavaScript checkbox values. This JavaScript will display a running total automatically wh... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...checkboxes.jpg Demo: JavaScript Simple JavaScript for Auto-Sum with Checkboxes How to setup Step 1: Copy & Paste JavaScript code below in your HEAD section JavaScript Code:
<script type="text/javascript"> HTML Code:
<input type="checkbox" id='game0' value="9.99" onclick="UpdateCost()">Game 1 ( 9.99)<br> |
Simple Auto Image Rotator with jQuery
This is a simple JavaScript code example to rotate your pictures continuously. This jQuery code example uses the blur effects for the animations of picture transitions. A very easy JavaScript code exa... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ith-jquery.jpg Demo: JavaScript Simple Auto Image Rotator with jQuery How to setup Step 1: Place CSS below in your HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript" src="/javascript/jquery.js"></script> HTML Code:
<div id="rotator"> Files jquery.js image-1.jpg image-2.jpg image-3.jpg image-4.jpg |
Awesome Canvas Drawer with HTML5
Although HTML5 is still developed but at present we still can enjoy many amazing web applications for HTML5, they're also presented on jsB@nk:
- detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...with-html5.jpg Demo: JavaScript Awesome Canvas Drawer with HTML5 How to setup Step 1: must download files below Files Awesome Canvas Drawer with HTML5.zip |
JavaScript RegEx Example Code for Text Input Limitations
One more JavaScript code example to limit user inputs with many options: non-alphanumeric characters with spaces, removes ex... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...imitations.jpg Demo: JavaScript JavaScript RegEx Example Code for Text Input Limitations How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
Textarea below has limitations: 20 characters and 10 lines<br /> |
Cool JavaScript Date Picker
A very simple JavaScript code example to create the amazing date pickers. This JavaScript date picker script will display pickers with the layout of calendar to allow users pick the date.
Within a ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes How to setup Step 1: must download files below Files Cool JavaScript Date Picker.zip |
Random of Testimonial Bubbles with XML and jQuery
This JavaScript code example uses jQuery framework and a XML file to create a section for displaying random of testimonial bubbles. It has an amazing design for layout and the testimonials will be dis... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...xml-jquery.jpg Demo: JavaScript Random of Testimonial Bubbles with XML and jQuery How to setup Step 1: must download files below Files Random of Testimonial Bubbles with XML and jQuery.zip |
Simple Awesome Inline Modal Box with CSS3
Like JavaScript popup scripts ever presented on jsB@nk:
- [URL="http://www.javascriptbank.com/greybox-cool-html-javascript-ajax-flash-window-popup.html"]GreyBox: Cool HTML/JavaScript/AJAX/Flash... detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...-with-css3.jpg Demo: JavaScript Simple Awesome Inline Modal Box with CSS3 How to setup Step 1: Use CSS code below for styling the script CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript" language="JavaScript"> HTML Code:
<div class="body"> |
JavaScript Loading Progress Effect with jQuery
A very unique and amazing JavaScript code example to create JavaScript loading progress effects on the web pages. With this ver... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ith-jquery.jpg Demo: JavaScript JavaScript Loading Progress Effect with jQuery How to setup Step 1: must download files below Files JavaScript Loading Progress Effect with jQuery.zip |
Simple JavaScript Code for Layer Display Toggle
One more JavaScript code example to show/hide a layer every time the users click the specified text link. In live demo of this JavaScript code example, the script used to toggle the comments in a post... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...lay-toggle.jpg Demo: JavaScript Simple JavaScript Code for Layer Display Toggle How to setup Step 1: CSS below for styling thescript, place it into HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript"> HTML Code:
<!-- |
Cool JavaScript Digital Countdown with jQuery
A very amazing JavaScript countdown timer script with cool layout to display on your web pages. This JavaScript timer countd... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ith-jquery.jpg Demo: JavaScript Cool JavaScript Digital Countdown with jQuery How to setup Step 1: Download files below Files Cool JavaScript Digital Countdown with jQuery.zip |
Auto Thousand-Grouped Number Input Fields
One more JavaScript code example to build an auto thousand-grouped number after the users finish to type. JavaScript source code looks good and very easy to use.... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...put-fields.jpg Demo: JavaScript Auto Thousand-Grouped Number Input Fields How to setup Step 1: Place JavaScript below in your HEAD section JavaScript Code:
<script type="text/javascript"> HTML Code:
$ <input type="text" name="currencyField1" onchange="currency(this);" /> |
Awesome Tabbing Navigation with Prototype and AJAX
A very cool JavaScript code example to create tabbing navigation menus for display information on your web pages. This tabb... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...otype-ajax.jpg Demo: JavaScript Awesome Tabbing Navigation with Prototype and AJAX How to setup Step 1: Download files below Files Awesome Tabbing Navigation with Prototype and AJAX.zip |
XMLWriter: Simple JavaScript XML Creator
XML - a type of data defining - becoming more popular at present because of its flexibility and convenience, data defined by XML become more visual and... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ml-creator.jpg Demo: JavaScript XMLWriter: Simple JavaScript XML Creator How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
<script type="text/javascript"> |
Simple JavaScript Page-Note Glossary
If you ever seen many web pages, posts of professional knowledges, specialized in skills or researches; perhaps you would see many specialized in words that they're explained after each post/page.
... detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...e-glossary.jpg Demo: JavaScript Simple JavaScript Page-Note Glossary How to setup Step 1: Copy & Paste CSS code below in your HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript"> HTML Code:
<!-- |
Cool Analog Clock with Raphael by Amazing Styles
Collect the JavaScript code examples for creating cool JavaScript clocks is one of jsB@nk's initial criteria; till to this... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ing-styles.jpg Demo: JavaScript Cool Analog Clock with Raphael by Amazing Styles How to setup Step 1: downloads Files Cool Analog Clock with Raphael by Amazing Styles.zip |
JavaScript Image Rotation script with CANVAS in HTML5
Rotating images is not new type of JavaScript effects because they were ever showed on jsB@nk through many JavaScript code examples:
- detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...nvas-html5.jpg Demo: JavaScript JavaScript Image Rotation script with CANVAS in HTML5 How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
<!-- |
Nice AJAX Effects for Messages Box using MooTools
This is very simple JavaScript code example but it can create an amazing message box effect with AJAX operations, bases on ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...g-mootools.jpg Demo: JavaScript Nice AJAX Effects for Messages Box using MooTools How to setup Step 1: Copy & Paste CSS code below in your HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript" src="mootools.js"></script> HTML Code:
Press "Save"</p> Files mootools.js |
HTC-style JavaScript Countdown Timer with jQuery
If the JavaScript countdown timers are ever presented on jsB@nk still do not satisfy you:
- [URL="http://www.javascriptbank.com/cool-javascript-digital-countdown-with-jquery.html"]Cool JavaScri... detail at JavaScriptBank.com - 2.000+ free JavaScript codes http://www.javascriptbank.com/javasc...ith-jquery.jpg Demo: JavaScript HTC-style JavaScript Countdown Timer with jQuery How to setup Step 1: Copy & Paste CSS code below in your HEAD section CSS Code:
<link rel="stylesheet" type="text/css" href="style.css" /> JavaScript Code:
<script src="/javascript/jquery.js" type="text/javascript"></script> HTML Code:
<div id="countdown"></div> Files countdown1.png countdown2.png jquery.countdown.packed.js style.css |
So-Ticker: OOP JavaScript Dynamic Ticker with Typing-Styled
This JavaScript code example makes your detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...ing-styled.jpg Demo: JavaScript So-Ticker: OOP JavaScript Dynamic Ticker with Typing-Styled How to setup Step 1: CSS below for styling thescript, place it into HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript"> HTML Code:
<!-- Files plus.png |
Colours-on-Page Displaying with MooTools
When users click a specified button, this JavaScript code example will get colours of all HTML elements with the predefined color attributes then fill those colours into many tiny rectangles. The auth... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...h-mootools.jpg Demo: JavaScript Colours-on-Page Displaying with MooTools How to setup Step 1: CSS below for styling thescript, place it into HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript" src="/javascript/mootools.js"></script> HTML Code:
<!-- Files mootools.js |
Tick Tock: Amazing Analog Clock with CSS
This JavaScript code example will create a super beautiful analog clock with amazing layout on your web pages. However, this [URL="http://www.javascriptbank.com/dhtml-analog-clock-ii.html"]JavaScri... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...k-with-css.jpg Demo: JavaScript Tick Tock: Amazing Analog Clock with CSS How to setup Step 1: CSS below for styling thescript, place it into HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script type="text/javascript" language="javascript"> HTML Code:
<div id="clockbase"> Files clock_bg.jpg hours-arm.gif hours-arm.png minutes-arm.gif minutes-arm.png SECS.gif |
Simulate Awesome Flash Horizontal Navigation with MooTools
A very great JavaScript code example to simulate Flash effects in this script: the users move mouse pointer to the edges of content div then all remaining ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...h-mootools.jpg Demo: JavaScript Simulate Awesome Flash Horizontal Navigation with MooTools How to setup |
Simple JavaScript Slideshow in 2 code lines with jQuery
In this post, jsB@nk is happy to present to you a tiny JavaScript slideshow effect made by 2 code lines. It's so very simple and easy to implement but its JavaScript animations are so great to apply o... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...nes-jquery.jpg Demo: JavaScript Simple JavaScript Slideshow in 2 code lines with jQuery How to setup Step 1: must download files below Files 1.html 2.html 3.html jquery-1.4.3.js |
Simple JavaScript RegEx to Parse Domain Name
There are many JavaScript resources to parse an URL in JavaScript RegEx. And parsing the domain main is easy since there's a lot of trick. This is useful f... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...omain-name.jpg Demo: JavaScript Simple JavaScript RegEx to Parse Domain Name How to setup Step 1: Use JavaScript code below to setup the script JavaScript Code:
<script type="text/javascript"> HTML Code:
<h3>Usages:</h3> |
Snake Game in JavaScript & YUI
There are already many versions of snake classic games available on the Internet. Now this Snake game was just some fun ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
http://www.javascriptbank.com/javasc...cript--yui.jpg Demo: JavaScript Snake Game in JavaScript & YUI How to setup Step 1: Place CSS below in your HEAD section CSS Code:
<style type="text/css"> JavaScript Code:
<script src="yahoo-dom-event.js"></script> HTML Code:
<!-- Files container-min.js container.css snake.js yahoo-dom-event.js |
All times are GMT -5. The time now is 11:17 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.