On Sep 18, 2006, at 8:47 AM, Dan Atkinson wrote:

> $("p#myseralhash").text(serial.hash);

I thought text() couldn't take arguments, i.e. it's only a getter,  
not a setter.

If so, try this instead: ("p#myseralhash").html(serial.hash);

If not, ignore this email. :)

Karl
___________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to