我收到以下錯誤
Uncaught TypeError: Property '
$
' of object [object global] is not a function in line 2:
使用下面的代碼:
$(document).ready(function() {
$('#tabs > ul').tabs({ fx: { opacity: 'toggle' } });
$('#featuredvid > ul').tabs();
});
這個問題似乎只在127.0.0.1本地的,而同樣的代碼行在線!我眼花繚亂,有什麼想法?
第2行:是$(tabs ..) $(document).rea dy(function(){('#tabs> ul')。tabs({fx:{opacity:'toggle'}}); \t $('#featuredvid> ul')。tabs(); }); – Olivers 2010-01-16 22:28:03
看來,jQuery沒有加載。 – Gumbo 2010-01-16 22:31:02
我怎麼知道? – Olivers 2010-01-16 23:48:37