<form id="frm_name">
<input type="submit" id="btn_submit" value="Submit" />
</form>
jQuery
...
if (formId != ''){
$('#btn_submit').attr('disabled',true);
this.submit();
}
v CustomHook Ø React allows us to create our own hook which is known as custom hook. Example – 1 localStorage Demo Step-1 Create ...
No comments:
Post a Comment