All Projects → aspnet → Jquery Ajax Unobtrusive

aspnet / Jquery Ajax Unobtrusive

Licence: other
[Maintenance mode: only security and critical bug fixes are being worked on] Add-on to jQuery Ajax to enable unobtrusive options in data-* attributes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jquery Ajax Unobtrusive

Caching
[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 470 (+267.19%)
Mutual labels:  aspnet-product
Razor
[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 877 (+585.16%)
Mutual labels:  aspnet-product
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-21.87%)
Mutual labels:  aspnet-product
Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
Stars: ✭ 524 (+309.38%)
Mutual labels:  aspnet-product
Aspnet Docker
[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
Stars: ✭ 741 (+478.91%)
Mutual labels:  aspnet-product
Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 1,193 (+832.03%)
Mutual labels:  aspnet-product
Httpabstractions
[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 378 (+195.31%)
Mutual labels:  aspnet-product
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+8367.19%)
Mutual labels:  aspnet-product
Dependencyinjection
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 862 (+573.44%)
Mutual labels:  aspnet-product
Jsonpatch
[Archived] JSON PATCH library. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 100 (-21.87%)
Mutual labels:  aspnet-product
Hosting
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Stars: ✭ 553 (+332.03%)
Mutual labels:  aspnet-product
Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 5,727 (+4374.22%)
Mutual labels:  aspnet-product
Cors
[Archived] Implementations of common CORS policy and CORS middleware. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 85 (-33.59%)
Mutual labels:  aspnet-product
Logging
[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 502 (+292.19%)
Mutual labels:  aspnet-product
Httpsysserver
[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 106 (-17.19%)
Mutual labels:  aspnet-product
Dotnettools
[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 447 (+249.22%)
Mutual labels:  aspnet-product
Htmlabstractions
[Archived] HTML abstractions used for building HTML content. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 27 (-78.91%)
Mutual labels:  aspnet-product
Session
[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 116 (-9.37%)
Mutual labels:  aspnet-product
Staticfiles
[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 111 (-13.28%)
Mutual labels:  aspnet-product
Musicstore
[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 1,331 (+939.84%)
Mutual labels:  aspnet-product

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].