SuperMan
A place for sharing
Friday, June 13, 2014
Get all value from Divs using Jquery
I would like to get all values under a div list into an array.
var list = new Array();
$('.className').each(function() {list.push(this.value);});
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)