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);});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment