Hi,

What is the equivalent of document.createElement  in jQuery ?  I know
there is $(html) but this only set the innerHtml property of another
element.

I need to create a new TABLE markup and be able to interact with this
new element by adding more TR to it.

Thanks

Reply via email to