dom generation with ajax

Posted by Aneesh on Stack Overflow See other posts from Stack Overflow or by Aneesh
Published on 2010-04-16T10:28:34Z Indexed on 2010/04/16 10:33 UTC
Read the original article Hit count: 259

Filed under:
|

what is the best practice for DOM generation ? passing the full html as response from server or pass necessary values and create dom accordingly from client side ? Please suggest..

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about JavaScript