How do I count the number of cus开发者_如何学编程tom options which are textfields?
I would use JQuery client-side:
$('input:text').size();
More info can be found here.
How do I count the number of cus开发者_如何学编程tom options which are textfields?
I would use JQuery client-side:
$('input:text').size();
More info can be found here.
精彩评论