About 4,570,000 results
Open links in new tab
  1. php - how could i use search filter of jquery - Stack Overflow

    Aug 25, 2019 · Use this code to filter your search results: I used some sample data: $('#myInput').keyup(function () { var rex = new RegExp($(this).val(), 'i'); $('.list-group .list-group …

  2. Filter Search Result with Ajax, PHP & MySQL – Coderszine

    Jun 4, 2023 · In this tutorial, we will explain how to implement Filter Search Result with Ajax, PHP & MySQL. Filter search result is a common feature of eCommerce website to provide relevant …

  3. jQuery - Filters - W3Schools

    Example explained: We use jQuery to loop through each table rows to check if there are any text values that matches the value of the input field. The toggle() method hides the row …

  4. Ajax Pagination with Search and Filter in PHP - CodexWorld

    Dec 15, 2021 · In this tutorial, we will show you how to integrate Ajax pagination with search and filter using jQuery, PHP, and MySQL. In the example Ajax search script , we will add the …

  5. PHP - Simple Live Search Using jQuery | SourceCodester

    Feb 12, 2019 · Learn on how to create a Simple Live Search Using jQuery. An advance jQuery technique that use php LIKE query to display the necessary keyword in the table. This can be …

  6. javascript - jquery on search filter - if search does not match, …

    Jan 28, 2019 · On search, if there is no match, the option gets hidden but optgroup still shows even when no child option is matching. How can I hide optgroup if no option is matched? I …

  7. Mastering jQuery Filtering: A Comprehensive Tutorial on …

    To restrict the search for items in a DOM tree, jQuery provides numerous methods such as filter (), first (), last (), eq (), slice (), has (), not (), and so on. The first () function of the jQuery library …

  8. Simple search with PHP, jQuery and MySQL - CodeForest

    Apr 26, 2010 · Today I am going to show you how to implement a simple search from one database table, using PHP and jQuery. Everything will be done without page refresh using …

  9. Live search in PHP and MySQL with AJAX - Phppot

    Jul 15, 2022 · With the live search PHP code, we have seen how to create and enable the search feature in an application. It has a common search field to search multiple columns to find the …

  10. Filtering List Data with a jQuery-searchFilter Plugin

    May 12, 2014 · To hook up the search filter with jQuery is merely a matter of a few lines of jQuery code hooked to the .keyup () event handler: $("#txtSearchPage").keyup(function() { var search …

  11. Some results have been removed
Refresh