Search and highlight - Client vs. Server side?
Posted
by OneDeveloper
on Stack Overflow
See other posts from Stack Overflow
or by OneDeveloper
Published on 2010-04-11T19:25:45Z
Indexed on
2010/04/11
19:33 UTC
Read the original article
Hit count: 249
jQuery
|asp.net-mvc
Hi everyone,
I have an MVC web application that shows ~ 2000 lines "divs", and I want to make the user able to search and highlight the keywords. I tried using jQuery plugins for this but the performance was really bad and IE got almost hung! So, I was wondering if this is the best way to do it? and If am not getting a faster version I'd rather do it on the server "AJAX call" and re-render the whole lines again - this way at least the user won't feel the browser is getting hung!
Any recommendations?
Thanks!
© Stack Overflow or respective owner