Posts

Showing posts from March 27, 2019

Issue with making autocomplete script with xml file

Image
1 I am trying to make a site search for my site, so that user can search some page with typing some words and they are redirected to the corresponding url of myDomain. I am trying to make an autocomplete for that where I am using help of an xml file for fast speed instead of mysql database. I have put all the titles of my webpages and the corresponding urls in that xml file. Following are my piece of codes. My HTML Code: <html> <head> <title>..</title> <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> <script src = "https://code.jquery.com/jquery-1.10.2.js"></script> <script src = "https://code.jquery.com/ui/1.10.4/jquery-ui.js">&l