Hello
I want to get the id value from the spans.
Thanks Jean
Hello
I want to get the id value from the spans.
Thanks Jean
var ids = $('div span').map(function() {
return $(this).attr('id');
});
Your question isn't very clear so this is all I can come up with.