0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'tabs'
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have the following code: <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.9.1.js"></script> <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <link rel="stylesheet" type="text/css" href="style.css" /> <div id="tabsWithStyle" class="style-tabs"> <ul> <li><a href="#facebook">Facebook</a></li> <li><a href="#twitter">Twitter</a></li> </ul> <div id="facebook"> content about Facebook here </div> <div id="twitter"> content about Twitter here </div> <