📜 ⬆️ ⬇️

Making a live search

livesearch
Today I came across a wonderful service for creating a site search - Sikbox. I liked the service so much that I decided to certainly make a small note-review.

This service allows you to create your own search in the wizard, in just three steps, or simply by inserting the code (which I wrote at the very end).

Why is this search so good?


What does this search look like?


If you are not familiar with live search, then I will post a screenshot of this search for you.
superpoisk
That is, it is a search within a single form, using ajax to transfer data.

Quick install search


In order to install a search on your site without using the wizard, you can simply insert the following code:
')
  <script src = "http://sikbox.com/magic.js?d=http://chernev.ru&r=3&s=grey" type = "text / javascript"> </ script> 

The d parameter is responsible for the website address, r for the number of pages to be displayed, s for the design theme.

At this point I want to finish this mini-review. I also want to note that this service is implemented on a search from Yahoo and jQuery.

Visit Sikbox
A source

Source: https://habr.com/ru/post/41821/


All Articles