JS Snippets: Filter a List with jQuery and JavaScript Regular Expression
May 19, 2013 9:21 pm Leave your thoughtsHave you ever had to present a list then filter based on the keywords that the user entered? I have and it was pretty simple to do, however it did require a bit of research. Since I’ve done it I might as well share it with you all. The technique... View Article