Question : in Javascript(without a FW), wts the $().text ?

For $("#foo").text(); in jquery what is the function in javascript ?

I use .value didnt work :(

Answer : in Javascript(without a FW), wts the $().text ?

Use : document.getElementById("foo").innerHTML
Random Solutions  
 
programming4us programming4us