Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(window).load(function(){
- var $ = jQuery.noConflict();
- //launch smoothdivscroll
- if($(".makeMeScrollable").size()>0){
- $(".makeMeScrollable").each(function(){
- $(this).smoothDivScroll();
- });
- }
- //set up tabs
- $('#tabs').tabs({
- show: function(event, ui) {
- $(ui.panel).smoothDivScroll("recalculateScrollableArea");
- }
- });
- }); //end .load functions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement