FAQ accordion search
问题 I have a page for FAQ. Now I wanted a search functionality within that page. I have successfully implemented the search functionality but I am unable to open the particular question related to the search text. Any help would be greatly appreciated!!! Below is my script: $(document).ready(function() { $("#searchfaq").on("keypress click input paste", function() { var val = $(this).val(); if (val.length) { $("#faq_new .card .accordion").hide().filter(function() { return $('.bloc_question .card