0
How to make a search system for the website without using PHP
Help
3 Answers
+ 3
Well, if you have only html/css/js site and you are searching the website on the client side, you could search with jquery.
https://stackoverflow.com/questions/13799154/searching-the-text-on-website
If the content of your page is loaded from the database you will need some back-end language : Python, node.js...
+ 2
I recommend for you to check angular right now!
It's more than a great library
https://angularjs.org
0
I did not notice anything