Is jquery html() method works for both html and xml documents?
Answer / Hitesh Mishra
The jQuery .html() method is designed to work with HTML documents. While it can manipulate text nodes in XML documents, it may not handle XML tags correctly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are selectors in jquery mean ?
How to check/uncheck an input in jquery?
What is jquery selectors?
Can we include multiple version of jquery? : jquery mobile
What does the jQuery migrate function do?
explain width() vs css(‘width’) in jquery
Tell me how to use migrate jquery plugin if possible? : jquery mobile
How to write cookies in jquery?
What is the difference between jquery.get() and jquery.ajax()?
What are the the two types of cdns?
How do you disable or enable a form element?
What is jquery selectors? Give some examples.