We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e77fbb commit 43e1db5Copy full SHA for 43e1db5
README.md
@@ -1,6 +1,4 @@
1
[jQuery Tools](http://flowplayer.org/tools/) - The Missing UI library for the Web
2
================================
3
4
-jQuery Tools is a collection of the most important user-interface components for modern websites. Used by large sites all over the world.
5
-
6
-I
+jQuery Tools is a collection of the most important user-interface components for modern websites. Used by large sites all over the world.
src/scrollable/scrollable.js
@@ -240,6 +240,10 @@
240
}
241
}, 1);
242
});
243
+
244
+ if (!conf.initialIndex) {
245
+ prev.addClass(conf.disabledClass);
246
+ }
247
248
249
// mousewheel support
0 commit comments