# Results page live loader

`General Options -> Results page live loader`

![](/files/Nohz68RWOV9R6GOcR3Fn)

{% hint style="warning" %}
**Disclaimer:** Live loading items to a page causes the script event handlers to detach on the affected elements - if there are interactive elements (pop-up buttons etc..) controlled by a script within the results, they will probably stop working after a live load. \
This cannot be prevented from this plugins perspective.

There is **no guarantee** that this feature will work with any theme/website out there. It very highly depends on the actual website structure as well as the overall configuration.
{% endhint %}

![](/files/3JN17eb6wPSiLBrVTG32)

#### Results container jQuery element selector

Default value: **#main**

This is the selector that the script tries to match, when the new results page is loaded via AJAX. The script then replaces the old content within this selector with the new ones.

{% hint style="warning" %}
&#x20;If you don't know what this means, then leave this options as it is by default
{% endhint %}

#### How can I find this selector for my theme?

If you are not a developer, your best bet is to ask the author of your current theme, he might know how to get the selector to target the results page container.

You can also contact us [via support](https://wordpress.org/support/plugin/ajax-search-lite/), we might be able to help - but please note that we cannot guarantee this feature to work correctly in every case.

The only possible way is using the browser developer console or via the page source. Unfortunately there is no guide we could provide for this, as it would exceed the contents of this documentation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.ajaxsearchlite.com/general-options/results-page-live-loader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
