i have an requirement like loading all tabs data by default. right know first tab is displaying and when u click on second tab it is loading.
i want to load all tabs data by default and select first tab.
please give me solution , very urgent
i have an requirement like loading all tabs data by default. right know first tab is displaying and when u click on second tab it is loading.
i want to load all tabs data by default and select first tab.
please give me solution , very urgent
jQuery UI Tabs load by Ajax if you specify a separate URL for the tab content via an href
attribute. If your tab content is rendered by a separate page, then you'd have to rewrite to render it inline in the same page, and not use the href
attribute.