This website works better with JavaScript
Home
Explore
Help
Sign In
chendeben
/
JimV-C
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
73b9dbbcbb
Branches
Tags
dev
master
v0.8
v0.7
v0.7-preview
v0.6
v0.5
v0.4
v0.3
v0.2
v0.1
JimV-C
/
static
/
widgets
/
slidebars
/
slidebars-demo.js
slidebars-demo.js
111 B
History
Raw
1
2
3
4
5
6
7
8
/* Slidebars */
(function($) {
$(document).ready(function() {
$.slidebars();
});
})(jQuery);