JQuery Programmer Question:
How to set the html contents of an element using jQuery?
Answer:
The html( val ) method sets the html contents of every matched element.
Previous Question | Next Question |
How to select element having a particular class (".selected")? | How to check data type of any variable in jQuery? |