开发者

How this Tabs tutorial works?

开发者 https://www.devze.com 2023-01-29 23:54 出处:网络
I am trying to run this Dynamic Tabs tutorial. After i went through the javascript, i came to know that there is no, $(\"#tabs\").tabs().

I am trying to run this Dynamic Tabs tutorial. After i went through the javascript, i came to know that there is no, $("#tabs").tabs().

But till this time, i was using $("#tabs").tabs() to create tabs. But how this tutorial works. Can anyone explain me!?

Thanks in Adva开发者_如何学Gonce!


$("#documents a").click(function() {
    addTab($(this));
});
0

精彩评论

暂无评论...
验证码 换一张
取 消