I am using Jquery template to print an array of string.. One of the contents stored in the array is of the form “test” .. When they are printed in to the webpage , I dont want it to be showing the html tags. Instead I just want them to print Test. So hwo do I remove these html tags and print the relevant data?
Share
Stripping HTML tags using jQuery is easy: