相当新的 jQuery 无法解决如何让 jQuery 传输在悬停上工作。
$(".rotate").hover(function(){
$(this).transition({
perspective: '100px',
rotateY: '180deg'
});
});
这将返回“Uncaught TypeError: Property '$' of object [object Object] is not a function”,我已经搞砸了一段时间,但似乎在绕圈子。
如果有人能指出我正确的方向,我将不胜感激。
谢谢弗兰克