I'm looking to something similar to how the [Stackoverflow Users page][1] allows you to type in a username and it filter the users below in real time.
![alt text][2]
I'm using ASP.NET MVC and jQuery. Can someone point me to a simplified example that uses this technology stack to do the same thing?
[1]: https://stackoverflow.com/users
[2]: http://imgur.com/SErxC.png
以上就是How can I provide a textbox that filters results in real time using ASP.NET MVC and jQuery (NOT autocomplete)?的详细内容,更多请关注web前端其它相关文章!