I have been looking at this jQuery quick filter code here: https://github.com/syropian/jQuery-Quick-Filter
I\'d like to be able to use it to quick filter a list of image
I think changing the selector to your case should work:
$('#txtSearch').quickfilter('#list img');
If not, please provide a Fiddle with your try in the comment section below.