Re: [jQuery] How to Multiple wrap in Attribute level??

2009-11-22 Thread Michael Geary
You can't split up a tag like that. Whatever you pass into functions like prepend(), append(), or html() will be treated (if possible) as a complete tag. It would help to know *exactly* what result you are looking for. I'm guessing you want to have it end up like this:

[jQuery] How to Multiple wrap in Attribute level??

2009-11-21 Thread navid zehi
hello all I have a problem with wraping a text or html with a tag, but the text should be placed in an attribute . for example : i have a table like this abc >def >ghe i want to change each of the TDs to Textbox with value of its TD . i used this : $