how to display 'loading' before content from jquery tabs is loaded

前端 未结 6 1512
灰色年华
灰色年华 2021-02-09 03:09

I am using jquery UI tabs and content loaded into the tab is on another page. so it is loading via ajax. There is some lag between the page loading during which the part of the

6条回答
  •  你的背包
    2021-02-09 03:41

    Just wrote jquery plugin recently that might be helpful. It puts a mask with a spinner over an element, so for your ajax calls you can display the mask before your calls and unmask it in a callback function for example.

提交回复
热议问题