var toolbar = (function() { // Build UI var toolbar = $('#toolbar'); var form = $('
'); toolbar.append(form); // Method to adjust the position of the view div var sizeAdjust = function() { $('#view').css('top', toolbar.height() + "px"); }; $( window ).resize(function() { sizeAdjust(); }); var pager = $('