[jQuery] Get help with wildCard selector

[jQuery] Get help with wildCard selector

Dear all,<div>
</div><div>I have certain div with below format</div><div><div id="abc-01"></div><div></div></div><div><div><div id="abc-02"></div><div></div></div><div><div><div id="abc-03"></div>
<div></div></div><div>
</div><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...
</div><div>I have tired</div><div>$('#div[id^="abc-"]').size()</div>
<div>
</div><div>Can anyone give some hints to me with many thanks!</div><div>
</div></div></div>