document.getElementById("message").innerHTML="Your changes have been saved.";Because I can achieve the same thing with this:
$("#message").html("Your changes have been saved.");
This blog is a recording of my weekly work and progress in Studio 2. It will contain a full description of all the work I do, research completed for the project, individual designs, brainstorming, storyboards, diagrams, drawings, code etc., a critical evaluation of my performance highlighting successes and failures, and critical evaluation of the work of my team.
document.getElementById("message").innerHTML="Your changes have been saved.";Because I can achieve the same thing with this:
$("#message").html("Your changes have been saved.");
0 comments:
Post a Comment