$boy.transition這里提示報錯:Uncaught TypeError: $boy.transition is not a function
$boy.transition(
? ? ? ? ? ? options,
? ? ? ? ? ? runTime,
? ? ? ? ? ? 'linear',
? ? ? ? ? ? function() {
? ? ? ? ? ? ? ? dfdPlay.resolve(); // 動畫完成
? ? ? ? ? ? });
? ? ? ? return dfdPlay;
$boy.transition這里提示報錯:Uncaught TypeError: $boy.transition is not a function
請問有人知道為什么嗎?
2019-01-11
為什么引用插件了也沒用
2018-06-24
引入了<script src="https://cdn.bootcss.com/jquery.transit/0.9.12/jquery.transit.js"></script>后,函數(shù)不報錯了
2018-05-14
2015-08-14
我已經(jīng)知道原因了,因為我沒有引用jquery.transit.js插件