> For the complete documentation index, see [llms.txt](https://bryan-guner.gitbook.io/my-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bryan-guner.gitbook.io/my-docs/web-development-frameworks/jquery.md).

# Jquery

{% embed url="<https://codepen.io/bgoonz/pen/gORjJYp>" %}

### Site & Repository Guide

* [jquery-wp-content](https://github.com/jquery/jquery-wp-content/) - The WordPress configuration and themes that serve all our sites
* [jquery.com](https://github.com/jquery/jquery.com/) - The content of [jquery.com](http://jquery.com) itself
* [api.jquery.com](https://github.com/jquery/api.jquery.com/) - jQuery Core API documentation
* [plugins.jquery.com](https://github.com/jquery/jquery.com/) - The jQuery Plugin Registry
* [learn.jquery.com](https://github.com/jquery/learn.jquery.com/) - The jQuery Learning Center
* [jqueryui.com](https://github.com/jquery/jqueryui.com/) - The content of [jqueryui.com](http://jqueryui.com) itself
* [api.jqueryui.com](https://github.com/jquery/api.jqueryui.com/) - jQuery UI API documentation
* [download.jqueryui.com](https://github.com/jquery/download.jqueryui.com/) - The [jQuery UI Download Builder](http://download.jqueryui.com)
* [jquerymobile.com](https://github.com/jquery/jquerymobile.com/) - The content of [jquerymobile.com](http://jquerymobile.com) itself
* [api.jquerymobile.com](https://github.com/jquery/api.jquerymobile.com/) - jQuery Mobile API documentation
* [qunitjs.com](https://github.com/jquery/qunitjs.com/) - The content of [qunitjs.com](http://qunitjs.com) itself
* [api.qunitjs.com](https://github.com/jquery/api.qunitjs.com/) - QUnit API documentation
* [jquery.org](https://github.com/jquery/jquery.org/) - The content of [jquery.org](http://jquery.org) itself
* [contribute.jquery.org ](https://github.com/jquery/contribute.jquery.org/)- The content of the [jQuery Contribution Hub](http://contribute.jquery.org) site
* [events.jquery.org](https://github.com/jquery/events.jquery.org/) - The content of our [Events and Conferences](http://events.jquery.org) site
* [irc.jquery.org ](https://github.com/jquery/irc.jquery.org/)- The content of our [IRC log and information](http://irc.jquery.org) site

#### [link](http://contribute.jquery.org/web-sites/#non-conforming-sites)Non-conforming Sites

Some of our sites are not part of the system described in this article. Some because they are simply not yet live, others still have some transitional work still in progress, and others that can't be integrated or have been deprecated.

**linkNot Live, Content Migration In Progress/Planned**

* [blog.jquery.com](http://blog.jquery.com)
* [blog.jqueryui.com](http://blog.jqueryui.com)
* [blog.jquerymobile.com](http://blog.jquerymobile.com)
* [sizzlejs.com](http://sizzlejs.com)

**linkWill Not Be Transitioned To Content Repository, Still Needs New Theming**

* [forum.jquery.com](http://forum.jquery.com)
* [bugs.jqueryui.com](http://bugs.jqueryui.com)

{% embed url="<https://gist.github.com/bgoonz/d712237764ecb5439a6b717248a77ecf>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bryan-guner.gitbook.io/my-docs/web-development-frameworks/jquery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
