Hello Guys,
I have the following code
PHP Code:
<input type="radio" name="profileNew" onchange=" $('input[name=image_select]').val($(this).val()); return false;" value="${name}">Set as default image
This code enables me to select a radio button and it will set my image a default image.
Is there any javascript that I could add to this onchange to make it a default selection automatically?
I hope I made myself clear if not please feel free to ask questions..
Thanks in advance for your help.