Wednesday, 13 December 2017

Get Only Integer Part From String Or HiddenField Using Jquery

var Value = document.getElementById("<%=hfActiveTab.ClientID %>").value.replace(/\D/g, '')

No comments:

Post a Comment

React Hooks - custom Hook

  v CustomHook Ø React allows us to create our own hook which is known as custom hook. Example – 1 localStorage Demo Step-1 Create ...