On 20/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > How do I use JQuery to set the text-decoration of an element with ID "id1" to > "line-through"? > > Thanks, - Dave
The following should do it:
$("#id1").css("text-decoration", "line-through")
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
