This is my code :
<input maxlength="10" type="text" onclick="check()" onkeypress="check()" onkeypress="check()" required="true" class="form-control form-control-solid placeholder-no-fix" name="contact" placeholder="Ex: 9923548879">
I want to implement, 2 function in the onclick event like..
onclick="check()" & onclick="get()"
How to do? so because, if the do so, 1 function get overridden by another