javascript - HTML5 Page Loading Issues (using jQuery + JS + HTML5) -
There are some loading / display issues in my service pages.
I am using jQuery UI - tab for external and a "footage" component to display internal tabs and table views. JQuery Tab & amp; Runable components are ready in jQuery ready method. $ (Document) .ready (function () {$ ("#tabs") .tabs (); $ ("#tests") tab (); $ ('. ). Footable (); ....}
For some reason the page is displayed just before the UI and there is something in the page that has a bad layout effect which looks very unprofessional.
Is there a problem in the jQuery tab, which they need to start with in other ways? Appreciate any thoughts ...
Example: How well posted here Page appears before
How it's deployed well The post page looks
Before using the jquery tab, ran into this problem with other table plugins.
There is an active event in the jQuery UI tab, when you click on a tab tax ({Activate: function (Event, UI) {$ ('. Footable '), you will need to call the footage's redroot () method.
$ ('# tests'). ) .data ('footage'). Redraw ();}});
Comments
Post a Comment