append | Create an item HTML to the end of the block element in the jQuery. Example: $("body").append("<font color='green'>my text</font>")
Looked at 3455 times
← Previous topic
insertAfter | Insert new content HTML after the desired element in the jQuery. Example: $("<font color='green'>my text</font>").insertAfter($("#div1"));
Next topic →
Change value for HTML element in the jQuery. Example: $("#Name").val("Hello");