Open GoogleCodeExporter opened 9 years ago
document.getElementById return an object。
if you are using Jq, you can change the code
>> content:document.getElementById("span-test"),
to:
>> content: $("#span-test").html()
Original comment by kirinwan...@gmail.com
on 27 Oct 2011 at 6:55
Original issue reported on code.google.com by
D.sky...@gmail.com
on 11 Aug 2011 at 3:18