(function($){ $.fn.goAnchor = function () { $(this).mousedown(function () { $(this).attr("href", ""); self.scrollTo(0, 0); return false }) }; $(document).ready(function() { //$(".goAnchor").goAnchor(); $("#aan").resizable({ minHeight:50, minWidth:200, handles:'n', grid:50, //helper: "ui-resizable-helper", //ghost: true, //alsoResize: "#aahidehr" }); $("#aao").tabs(); //$( "#aao" ).tabs(); // fix the classes //$( ".tabs-bottom .ui-tabs-nav, .tabs-bottom .ui-tabs-nav > *" ).removeClass( "ui-corner-all ui-corner-top" ).addClass( "ui-corner-bottom" ); // move the nav to the bottom //$( ".tabs-bottom .ui-tabs-nav" ).appendTo( ".tabs-bottom" ); }); })(jQuery.noConflict())