MT.BootstrapLazyLoader.js
1.2.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MT.BootstrapLazyLoader.js --version 1.2.2
NuGet\Install-Package MT.BootstrapLazyLoader.js -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MT.BootstrapLazyLoader.js" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MT.BootstrapLazyLoader.js --version 1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MT.BootstrapLazyLoader.js, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MT.BootstrapLazyLoader.js as a Cake Addin #addin nuget:?package=MT.BootstrapLazyLoader.js&version=1.2.2 // Install MT.BootstrapLazyLoader.js as a Cake Tool #tool nuget:?package=MT.BootstrapLazyLoader.js&version=1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Lazy Loader for Bootstrap Tabs,Pills and Modals
This package adds lazyloading option to bootstrap tabs,pills, and Modals so content will load when the user clicks it.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- bootstrap (>= 3.0.0)
- FontAwesome (>= 4.2.0)
- jQuery (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added lazy loading to Modals,
It automatically adds modal's markup when user first time clicks to load a modal, then the content of the modal loads using ajax and then modal shown.