Quantcast
Channel: Yungsang.com » Uncategorized
Viewing all articles
Browse latest Browse all 11

jQuery.Trackbar.js

$
0
0

I just found an interesting slider UI here (English).

Then I modified and optimized the library for jQuery a bit and added a CSS loading functionality to use it anywhere easily.
And I translated some words in it from Russian to English, too.

<script type="text/javascript" src="http://yungsang.com/js/jquery.js"></script>
<script type="text/javascript" src="http://yungsang.com/trackbar/jquery.trackbar.js"></script>
<script type="text/javascript">
$(function() {
    $('#qwe').trackbar({
        base_url: 'http://yungsang.com/trackbar/'
    });
});
</script>
<div id="qwe"></div>

I put the modified version of the library here.

But this is just a sample for display, might not be practical for use. So I don’t describe the detail to install and use it.
Please try the original one.


Viewing all articles
Browse latest Browse all 11

Trending Articles