replace html of a div using jquery
this is simple . just use .html() method of jquery to set new html for a div .
this is simple . just use .html() method of jquery to set new html for a div .
$("#divID").html("new text");
No comments:
Post a Comment