Select from following answers:- text()
- append()
- removeclass()
- prepend()

- All Above
the element in the html content at the begining of the code is written. it inserts specific string in the element in the string ..
$("#div2").prepend("Prepending text : ");
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator