10000 0243: Add text changes for HeroDevs support. by AndreAngelantoni · Pull Request #245 · jquery/jquery.com · GitHub
[go: up one dir, main page]

Skip to content

0243: Add text changes for HeroDevs support. #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We 8000 ’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
0243: Add text changes for HD support.
  • Loading branch information
AndreAngelantoni committed Sep 16, 2024
commit 57aea363f5a023606c9670fb89038d3930374b45
3 changes: 2 additions & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<span class="download"></span>
Download jQuery
<span>v3.7.1</span>
<span class="support-notice">The 1.x and 2.x branches no longer receive patches.</span>
<span class="support-notice">Only the latest version of jQuery is supported.<br>All previous branches no longer receive patches.</span>
</a>
<div class="download-options">
<a href="/support">Discover Support Options</a>
<a href="https://github.com/jquery/jquery">View Source on GitHub →</a>
<a href="https://learn.jquery.com/about-jquery/how-jquery-works/">How jQuery Works →</a>
</div>
Expand Down
32 changes: 25 additions & 7 deletions pages/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
}
</script>

## Version Support Status

We support only the latest version of jQuery. The 1.x and 2.x branches are no longer supported.

jQuery 3 is the current version of jQuery and version 4 is currently in beta. When 4 releases, we will provide fixes and patches for some time before moving version 3 to End of Life.

#### Still on Version 1 or 2? Here are your options

1. Upgrade to a supported version of jQuery. If possible, the best solution is to upgrade to the supported version of jQuery as this keeps you safe and gives you the best performance and features. If considering a migration, jQuery Migrate is a good resource to explore: [https://github.com/jquery/jquery-migrate](https://github.com/jquery/jquery-migrate).

1. If you cannot migrate, but require a secure version of jQuery, you can obtain [commercial security support](#commercial-support) for your applications to keep them secure.

1. Otherwise, if your application has no security requirements, then you can stay on one of the unsupported versions of jQuery, but be aware that this comes with multiple risks.

## Community support

The following learning resources are available online and free of charge:
Expand All @@ -13,6 +27,7 @@ The following learning resources are available online and free of charge:
* [jQuery UI Demos](https://jqueryui.com/demos/)
* [jQuery UI API Documentation](https://api.jqueryui.com/)


### Matrix chat

jQuery is on Matrix! The support channel for jQuery is [#jquery_jquery:gitter.im](https://app.element.io/#/room/#jquery_jquery:gitter.im). You can [read the channel on Element](https://app.element.io/#/room/#jquery_jquery:gitter.im) without an account, or [join the channel](https://matrix.to/#/#jquery_jquery:gitter.im) via any Matrix client.
Expand All @@ -27,17 +42,11 @@ We are on [Libera Chat IRC](https://libera.chat/) in the `#jquery` channel where

StackOverflow is a great place to ask questions and find support for all jQuery projects. Search or create [questions tagged with "jquery"](https://stackoverflow.com/questions/tagged/jquery), or refer to the ["jquery" tag introduction](https://stackoverflow.com/tags/jquery/info).

### Archives

* [Freenode IRC chat channels](https://irc.jquery.org/) (2011-2021)
* [jQuery Forum](https://forum.jquery.com/) (2010-2021): For questions and advice regarding jQuery Core, jQuery UI, Themeroller, QUnit, development of jQuery Plugins, and more.
* [jQuery Accessibility mailing list](https://groups.google.com/group/jquery-a11y) (2008-2016).

## Commercial support

The following companies offer commercial support services for jQuery.

* **[Bocoup](https://bocoup.com/)** builds complex cross device and cross platform JavaScript software for startups, the Fortune 500, and federally funded education projects. Bocoup offers in-depth JavaScript training on a number of subjects including jQuery. Learn more at <https://bocoup.com/services/training> or contact at <https://bocoup.com/contact>.
[HeroDevs](https://www.herodevs.com/support/jquery-nes?utm_source=jQuery&utm_medium=link&utm_campaign=eol_support_jQuery) offers security and compatibility support for EOL versions of jQuery through the [OpenJS Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) and is an approved commercial support vendor. You can find out more about their Never Ending Support options [here](https://www.herodevs.com/support/jquery-nes?utm_source=jQuery&utm_medium=link&utm_campaign=eol_support_jQuery).

-------

Expand Down Expand Up @@ -72,3 +81,12 @@ For guidance on branding and trademark usage, visit <https://brand.jquery.org/>.
For reporting bugs in libraries, documentation, or content, the project's GitHub issue tracker should be used. All jQuery projects can be found at https://github.com/jquery

Still haven't found what you're looking for? Please feel free to contact: [info@jquery.com](mailto:info@jquery.com)

-------

## Archives

* [Freenode IRC chat channels](https://irc.jquery.org/) (2011-2021)
* [jQuery Forum](https://forum.jquery.com/) (2010-2021): For questions and advice regarding jQuery Core, jQuery UI, Themeroller, QUnit, development of jQuery Plugins, and more.
* [jQuery Accessibility mailing list](https://groups.google.com/group/jquery-a11y) (2008-2016).

0