Jquery UI interface looks ugly before document.ready
问题 HTML elements show earlier then onload or document.ready is fired. All jQuery UI widgets load on document.ready and it makes page look ugly for few first seconds. Possible option to deal with it - hide elements before they are pimped out with jQuery UI and show them with JS after load. But in case JS is turned off - user will not see any elements neither standard HTML nor jQuery UI. What is the best practice to work with it? 回答1: If you look at the jQuery UI documentation, let's take tabs for