I added this useful bit of JavaScript code to an ecommerce project (www.vintagecellars.com) to detect the type of Credit Card someone is entering on a website. enjoy! (more…)
Web Design Blog
Posts Tagged ‘JavaScript’
Useful Javascript: Detect and Indicate Credit Card Type
February 2nd, 2011 | Tags: credit card types, ecommerce, JavaScriptPosted in JavaScript | 1 Comment »
Useful JavaScript: Toggle Div Show/Hide
January 10th, 2010 | Tags: div, hide, JavaScript, show, web development, web programmingPosted in JavaScript | Comments Off on Useful JavaScript: Toggle Div Show/Hide

JavaScript: Show or Hide Elements
I was developing an e-commerce site today and I ran across a pretty light weight piece of JavaScript code to show and hide a DIVs.