Download thousands of design resources. Explore high-quality UI designs
Easy website editor for developers. Build your own website in minutes.
Hire us & Build Your Business. We craft your idea into live.
All in One Graphics Assets Plugin For WordPress.
Let's work together to turn your dream project into a reality.
Chrome Extension
Dynamic Webflow On Page Search with the best collection
Cloneable
Documentation
Copy the on page search <script> and paste into the <before closing body> of your page
<script src="https://flowgiri.com/js-library/on-page-search.min.js"></script>
1. Assign the targeted items container name as the value of the attribute flowgiri-on-page-search-field to the search input.
Name:
flowgiri-on-page-search-field
Value:
"[search-items-container-name]"
2. Take a div block and add flowgiri-search-items-container attribute and give a unique name as a value. this container div will contain each of the search items.
flowgiri-search-items-container
<input type="text" flowgiri-on-page-search-field ="search" /> <div flowgiri-search-items-container="search" > <div> your content </div> <div> your content </div> <div> your content </div> </div>