Dear all,
I have certain div with below format
<div id="abc-01">
</div>
<div id="abc-02">
</div>
<div id="abc-03">
</div>

I want to get the no of div who contain abc-* and i have used the wildcard ,
but i seems not work for me...

I have tired
$('#div[id^="abc-"]').size()

Can anyone give some hints to me with many thanks!

Reply via email to