Hi:
I need to add HTML element to existing TD. For example my existing TD has DIV, Image etc and on click I want to add to same TD an image contol.
i.e. TD(Div, image)
after click TD(Div, image, image)
I have tried a lot of options like cloning existing TD and then creating a new one and appending nodes. But I have no success.
Anysuggestions, any clues are welcome.
Thankyou so much in advance,
Kris
I need to add HTML element to existing TD. For example my existing TD has DIV, Image etc and on click I want to add to same TD an image contol.
i.e. TD(Div, image)
after click TD(Div, image, image)
I have tried a lot of options like cloning existing TD and then creating a new one and appending nodes. But I have no success.
Anysuggestions, any clues are welcome.
Thankyou so much in advance,
Kris