Good day.
There is a code:
<div class="optionCatergory sade"> <label class='searchClick'><input type='radio' checked='checked' value='A'>A</label> <label class='searchClick' ><input type='radio' value='b'>B</label> </div> <div class="optionCatergory view"> <label class='searchClick' ><input type='radio' checked='checked value='1'>1</label> <label class='searchClick' ><input type='radio' value='2'>2</label> </div>
How to add to the array, say, new Arr все type='radio' checked='checked
when the page loads?