jQuery - Search image title attribute

前端 未结 5 2017
天涯浪人
天涯浪人 2021-01-24 01:38

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

5条回答
  •  鱼传尺愫
    2021-01-24 02:19

    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.

提交回复
热议问题