I have many input fields like:
<input id="number1" type="text" />
<input id="number2" type="text" />
<input id="number3" type="text" />
<input id="number4" type="text" />
I want to get all ids starting with “number” followed with a number.
any function(in dojo library) which helps me get these values..
try this
this gets all the filed with id starting from number