added pre-built distro

This commit is contained in:
Tony Tam
2012-07-13 06:17:37 -07:00
parent 6be8516d60
commit 5f2e11117c
14 changed files with 2908 additions and 0 deletions

1
dist/lib/jquery.slideto.min.js vendored Normal file
View File

@@ -0,0 +1 @@
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);