我很难搞清楚如何使用jQuery完全删除或隐藏一个元素,比如一个jCarousel与它挂钩的div。 E.g。
<div id='featured_border' class='jcarousel-container'>
<div id='featured_wrapper' class='jcarousel-clip'>
<ul id='featured_images' class='jcarousel-list'>
我使用jcarousel对这些元素应用了效果。但我需要“完全”隐藏这些元素以响应某个事件,比如点击一下
为了响应事件,元素会隐藏,但是大约3秒后,我在警告框中收到此错误:
jCarlousel:没有为物品设置宽度/高度。这将导致无限循环。正在中止..
我尝试使用remove()删除元素而不是简单地隐藏它,即使这不是我想要做的,但它也没有帮助。
这是某种错误还是我错过了什么?