jQWidgets Forums

jQuery UI Widgets Forums General Discussions Lazy initial Load

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 7 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Lazy initial Load #94453

    ramganesh
    Participant

    Hi There,

    I have included input, tab, splitter, grid, dropdown lits etc., many plugins in my dashboard page which will be loaded once user login.All these plugins are referenced in head tag. when user land the dashboard page every time, it takes time to apply all the css /alignment/ beautification through the plugin , after a flickering all the raw html elements in the page then it shows the actual output. How can i get rid of this ? How can i render the actual jqwidget output during the initial load / should i need to show any loaded image until the page completely loads ?

    Lazy initial Load #94600

    Peter Stoev
    Keymaster

    Hi ramganesh,

    You may use a jqxLoader to show animation till the other content is loaded. Also you can set visbility: hidden of the HTML and after document.ready initialization of the UI widgets, set it back to visible or inherit.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.