Skip to content

soykothasan/AJAX-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AJAX Search For Blogger

AJAX search box feature on the blog. AJAX Search Widget for Blogger V2

jQuery live search

This article is the result of the accumulation of findings - findings I am about how we can use JSON Blogger to create a dynamic search feature simply by using parameters qon a feed link. This feature can be applied to all themes and does not depend on any JavaScript library Live search

Widget integration to Blogger

To enable the AJAX search feature on a blog, you don't need to add any HTML markup to the theme, because this widget will use the existing search box as an AJAX search box. All you need to do is add an HTML / JavaScript page element with the content in this code:

<script src="https://raw.githack.com/soykothasan/AJAX-Search/master/search.min.js?live=true"></script>

Click Save Settings . The AJAX search feature is now ready to use!


If the AJAX search box doesn't work, maybe it's because you added this widget before the search box widget. To make it work, you need to put this widget after the search box widget. More can be read here.

You can add the parameters above as URL parameters after the file name search.min.js :

html <script src="search.min.js?live=true&amp;chunk=100&amp;text[loading]=Memuat%E2%80%A6"></script>


Note: This document is Written by det.web ; you can see the source for information '.And' Original Documen.