Whats the best way to replace a <table> with a new one using jQuery? I'm using ajax on the page to get the new data.
-
This is a very broad question. The answer will depend on how is your server script sending the data. Is it using JSON, XML, partial HTML or is it something else?Darin Dimitrov– Darin Dimitrov2010-02-17 10:51:40 +00:00Commented Feb 17, 2010 at 10:51
Add a comment
|