forked from aidanlister/jquery-stickytabs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
jquery.stickytabs.nuspec
27 lines (24 loc) · 1.31 KB
/
jquery.stickytabs.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>jquery.stickytabs</id>
<version>1.2.1</version>
<title>jquery.stickytabs for bootstrap</title>
<authors>Aidan Lister. Package maintainer: Tim Abell</authors>
<projectUrl>https://github.com/timabell/jquery.stickytabs/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Usage: run `$('.nav-tabs').stickyTabs();` to initialize.
Nuget package repo: https://github.com/timabell/jquery-stickytabs
Upstream repo: https://github.com/aidanlister/jquery-stickytabs</description>
<summary>Intended to extend bootstrap-tabs default behaviour to remember the selected tab across page reloads by using the location.hash. This also allows linking to a specific tab.</summary>
<releaseNotes>Track upstream release of 1.2.1
* save intial tab on page load
* prevent scrolling down on page load due to use of anchor
* mark as compatible with bootstrap 2.3.0+ instead of 3.0.0+
</releaseNotes>
<copyright>MIT Licenced</copyright>
</metadata>
<files>
<file src="jquery.stickytabs.js" target="Content\Scripts\jquery.stickytabs.js" />
</files>
</package>