Hi ,
can any one give the difference between the below code. Since am a learner of jquery.
<input id="search" type="button" onclick="Open('Number')" class="ehr-icon-search" aria-label="Search"/>
Other code:
<Button id="Search" onclick="Open('Number')" class="ehr-icon-search" aria-label="Search"/></button>
thanks in advance