# How to configure jQuery loading

[jQuery](https://jquery.com/) is a JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

AB Tasty offers 3 options for configuring jQuery loading.

Follow the steps below to configure jQuery loading:

1. Go to Settings > **Framework**
2. Access the **Load jQuery** section
3. Select one of the following options:
   * Load AB Tasty’s jQuery
   * Do not use jQuery
   * Load my jQuery<br>

     <figure><img src="https://2350286830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Yw9IRJ6KbbucQPwZUCZ%2Fuploads%2Fgit-blob-8d371ff39da9c0301e315be5d40ffbf81b80c839%2F143ef5bc33f5bb9fd7490e55a24a7125.png?alt=media" alt="" width="375"><figcaption></figcaption></figure>

## jQuery Loading Options <a href="#h_01hz4b1bdaw6s7kdjrggzdgjad" id="h_01hz4b1bdaw6s7kdjrggzdgjad"></a>

### **Load AB Tasty’s jQuery** <a href="#h_01hz4b1kvtp8pjzq78p1t17a5f" id="h_01hz4b1kvtp8pjzq78p1t17a5f"></a>

This option is enabled by default. It enables you to load the AB Tasty jQuery library in addition to any existing library on your website.

### **Do Not Use jQuery** <a href="#h_01hz4b2q77b2xyp1ganmbryjdg" id="h_01hz4b2q77b2xyp1ganmbryjdg"></a>

This option disables all jQuery libraries on your website.

### **Use my own jQuery** <a href="#h_01hz4b2v3wyd5jawwgq941y8r7" id="h_01hz4b2v3wyd5jawwgq941y8r7"></a>

This option enables you to load only your version of jQuery and disable the AB Tasty library.

This decreases the weight of the AB Tasty script by 30 KB.

{% hint style="info" %}
**Good to know 💡**

In this case, the AB Tasty tag must be placed after your jQuery call in the source code of your pages and you must be using version 1.7.1 of this framework or above.
{% endhint %}


---

# 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://docs.abtasty.com/account/technical-implementation/how-to-configure-jquery-loading.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.
