简体   繁体   中英

uncaught typeerror undefined is not a function in javascript

I am getting the error uncaught type error undefined is not a function in the 2nd line of below function whenever i try to run my code.

$(function () {
  $("#tabs").tabs();
  $("#tabs").tabs("option", "active", $("#hdnActiveTabIndex").val());
  HideExtraGridColumns();
});

这意味着tabs()不是函数,因此代码另一部分出了点问题,或者您没有正确加载脚本。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM