Easyui How to refresh the current tabs,jquery Easyui Refresh the current tabs method This article relates to the Param parameter attribute knowledge point, this article through the example to introduce to everybody very detailed, has the reference value, the interest friend to take a look together
Update a specific tab panel using the Update method, the Param parameter contains 2 properties:
Tab: The tab that will be updated.
Options: Tab-related configuration items.
Example:
Current Tabvar Current_tab = $ (' #frame_tabs '). Tabs (' getselected '); $ (' #frame_tabs '). Tabs (' Update ', {tab:current_tab, Options: {content: ' <iframe scrolling= "auto" frameborder= "0" src= "' +url+ '" style= "width:100%;height:100%;" ></iframe> ',//or HREF: ';}};
The above is a small series to introduce the jquery Easyui Refresh the current method of tabs, I hope that we have some help, if you have any questions please give me a message, small series will promptly reply to you.