I am new to jQuery. I want to write the following HTML (along with the classes) using jQuery. How can I do this?
-
Well you can just use append() or the other DOM Insertion Functions
$(document.body).append('hi how are you, click here.');