js
tests/unit
scrollspy.js +43 -0
scrollspy.js +6 -2
+ 43
- 0
@@ -32,6 +32,49 @@ $(function () {
+ 6
- 2
@@ -57,12 +57,16 @@
Created by: d10n
HTML5 allows ids with any character but space, so scrollspy should support this too. http://www.w3.org/TR/html5/dom.html#the-id-attribute
Special sizzle selector characters in ids listed at https://api.jquery.com/category/selectors/ should be escaped.
Preferences