Hey how to write regular expression to select the contents of textarea(i need to select all the contents in one click)
document.getEle mentById('text' ).focus();
document.getEle mentById('text' ).select();
Have tried this...but want to write the same thing using regular expression
document.getEle mentById('text' ).focus();
document.getEle mentById('text' ).select();
Have tried this...but want to write the same thing using regular expression
Comment