I'm working on a live search for a website, but I'm having an issue. The PHP page is outputting things just as it should be, and the search is correctly retrieving the data from the PHP. It just uses the .load() function.
- $("#search_results").load(url);
Here's the issue. Every result has a 16 x 16 icon next to it, signifying the type of result. Whenever the results are reloaded, these images
also reload, meaning that an error image is displayed for a second or so.
This is really annoying, but I'm not sure why it happens. If you need more information, just ask. Can anyone help?