Posts Tagged ‘JavaScript’

Useful Javascript: Detect and Indicate Credit Card Type

February 2nd, 2011   |   Tags: , ,
Posted in JavaScript   |       1 Comment »

JavaScript: Credit Card Type Detection

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…)

Useful JavaScript: Toggle Div Show/Hide

January 10th, 2010   |   Tags: , , , , ,
Posted in JavaScript   |       Comments Off on Useful JavaScript: Toggle Div Show/Hide
JavaScript: Show or Hide Elements

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.

(more…)