

Var jqFilter = $("#searchfilter", nFilter) I suspect if you created it the inputs with createElement rather than innerHMTL it wouldn't) Oddly it still needed the context, which I didn't expect.
Probably won't make it into 1.8.0 now since I want to wrap that up as soon as possible, but it's a trivial one liner in jQuery to modify the 'type' attribute of the search box to be 'search' if you want that feature. In your html, add the event argument And in your handler, add an event parameter.(As it now has an ID I also changed the jQuery selector to use it rather than "input" which might make it ever so slightly faster, but this isn't necessary. It's not a bad idea that - I've added it to my list. I chose "searchfilter" as an id for the input, but of course you might wish to change that.