how to replace document.getElementById("a1").innerHTML=PID: </font>"+data["pid"]; with jquery?
In jquery we write the above code like this:
In jquery we write the above code like this:
jQuery('#a1').html("<font color=green>PID :</font>"+data["pid"]);