Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript quicksearch wrong selector

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45037
    dynamyc
    Member

    I’m using jquery [quicksearch](https://github.com/riklomas/quicksearch “”) plugin to search through a list of elements but it seems that I’m not setting the correct selector.

    The markup is like this:


    • 5 jQuery Responsive Fullscreen Background Image Plugins | jQuery4u
      Design Chemical

    and the plugin :

    $(document).ready(function () {
    $(“#id_search”).quicksearch(“#socialstream .dcsns-content ul.stream isotope li .inner “, {
    noResults: ‘#noresults’,
    loader: ‘span.loading’
    });
    });

    Here is a[ fiddle](http://jsfiddle.net/dynamyc/A3q6v/ “”) example and here is the [website](http://outboxvision.com/test/example_4.html “”) version

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.