Select from following answers:- $(“#idName”).create(“div”).text(“Hello“);
- $(“#idName”).create(“div”).html(“Hello“);
- $(“idName”).css(“div”).html(“Hello“);
- $(“#idName”).append(“Hello“);

- All Above
$(“#idName”).append(“Hello“);
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator