how to replace document.getElementById("a1").innerHTML with Jquery code?

how to replace document.getElementById("a1").innerHTML=PID:                                                                        </font>"+data["pid"]; with jquery?


In jquery we write the above code like this:


jQuery('#a1').html("<font color=green>PID :</font>"+data["pid"]); 

Search This Blog

All the rights are reserved to this blog is belongs to me only.. Powered by Blogger.