Which is the correct syntax to insert content before the <div> elements?
Options:
Explanation:
The correct syntax to insert content before the
elements is:
Tags:
jQuery
Answer:
Which is the correct syntax to insert content before the <div> elements $("div").before("Text to be added");.