I have an element <span id="userName.errors" class="errors">Enter Your User Name </span> i would like to use jquery to remove the text ‘Enter Your User Name ‘ or any element that belongs to the class ‘errors’
I have an element <span id=userName.errors class=errors>Enter Your User Name </span> i would like
Share
Use the
textmethod:This targets all elements with the class “errors”.