25 x 12 sounds closer to 300 elements? Either way, it's easy to generate that much stuff in JavaScript and get good performance, if you're careful about how you write the code. Here's a post with some tips and optimized code for a similar task:
http://groups.google.com/group/jquery-en/msg/121203c4216c34ee If you follow the basic pattern in that code it should be plenty fast. You could post the specific HTML you want to generate along with the JSON format you plan to use if you have any questions about how to make it go fast. -Mike On Wed, Sep 30, 2009 at 9:01 AM, Toaster <mr.toas...@gmail.com> wrote: > > Thank you for your reply James > > In regards to the JSON vs HTML, would the browser have any problems > creating 25 results items each with 12 pieces of information from > JSON? (it'd be more of less 120 elements being appended) >