Possible Duplicate:
Count elements with jQuery
hi there,
i was considering, using jquery,
var n = 0;
$('.className').each(function(){
n = n+1;
});
Any better solution in mind?
thanks!
hi there, i was considering, using jquery,
Any better solution in mind? thanks! |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.