ok, now, my question is how to do that and put those matched ids in an
array
after that I will have possibility to do what I want.
all tha I want to do with jquery

here is some test html
<html>
<head>
</head>
<body>
<div>
<div id="prefix1"></div>
<div id="prefix2"></div>
<div id="prefix3"></div>
<div id="noprefix1"></div>
</div>
</body>
</html>
sorry , if my question is noobish, but I'm a beginner in jquery using

Reply via email to