[Maintenance mode: only security and critical bug fixes are being worked on] Add-on to jQuery Ajax to enable unobtrusive options in data-* attributes.
Перейти к файлу
Immo Landwerth 535746bca5
Merge pull request #73 from terrajobst/add-security-md
Add SECURITY.md
2024-09-16 15:08:53 -07:00
.vsts-pipelines/builds Replace 'master' with 'main' (#57) 2021-03-17 13:54:37 -07:00
src Update license header 2018-08-24 16:05:50 -07:00
.gitattributes Update license header 2018-08-24 16:05:50 -07:00
.gitignore Make build.cmd work and do npm pack (#45) 2018-09-21 12:13:03 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#51) 2020-04-09 13:03:57 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:58:39 -07:00
LICENSE.txt Initial commit 2015-02-26 16:44:53 -08:00
Microsoft.jQuery.Unobtrusive.Ajax.nuspec Add nuspec (#31) 2018-03-13 09:48:50 -07:00
README.md Added `Maintenance Mode` note to the repo info (#54) 2021-01-20 10:11:43 -08:00
SECURITY.md Add SECURITY.md 2024-09-10 16:52:52 -07:00
build.cmd Add nuspec (#31) 2018-03-13 09:48:50 -07:00
build.msbuild Make build.cmd work and do npm pack (#45) 2018-09-21 12:13:03 -07:00
gulpfile.js Fix build process 2018-09-13 13:01:03 -07:00
package-lock.json Updated dependencies (#47) 2019-01-11 14:59:30 -08:00
package.json Updated dependencies (#47) 2019-01-11 14:59:30 -08:00
run.ps1 Update license header 2018-08-24 16:05:50 -07:00
version.props Version 3.2.6 2018-09-13 13:01:03 -07:00

README.md

IMPORTANT: This repository is in maintenance mode. We do not work, nor plan to work on any new features. Only security and critical bug fixes will be worked on.

jQuery Unobtrusive Ajax

The jQuery Unobtrusive Ajax library complements jQuery Ajax methods by adding support for specifying options for HTML replacement via Ajax calls as HTML5 data-* elements.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Remember to make your changes to only the src file. Use ".\build.cmd" to automatically generate the js file in dist directory, minify the js file, create a .nupkg and change the version in the package.json if needed.

To stage for a release, update the "version.props" file and run ".\build.cmd" (see Release Checklist here).