Difference between .html() and .text() functions in jQuery
Difference between .html() and .text() functions in jquery: .html() can be used to get the contents of inside an element. If your selector expression matches more than one element, only the first match will have its HTML content returned: here is an example: list sample 1 list sample 2 list sample 3 now if you …
Difference between .html() and .text() functions in jQuery Read More »