Select from following answers:- prependTo()

- text()
- attributeselector()
- nth childselector()
- All Above
insert specified string at the beginning of the element
in the begining
$("#div2").prepend("Prepending text : ");
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator