jQuery 同位素:
有没有办法保持定位完整,但使元素不可点击? 演示此处。
通过添加另一个类而不是 .element
,我失去了定位。
抱歉没有添加具体的代码示例,因为我不确定在哪里解决这个问题(标记、css 或 jquery 部分)
Is there a way to keep the positioning intact, but making elements non click-able?
demo here.
By adding another class instead of .element
, I loose the positioning.
Sorry for not adding specific code examples, as I'm not sure where to fix this issue (markup, css or the jquery part)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
或许
?
Maybe
?
这些项目是可点击的,只是因为有这段脚本。
您可以将 CSS 类更改为您想要的任何内容,只要它可以与 <代码>itemSelector选项
The items are clickable only because there's this bit of script.
You can change the CSS class to whatever you want, so long as it can be matched by the
itemSelector
option如果您想让某些元素不可点击,您可以在
此处的侦听器演示中检查:http:// jsfiddle.net/thomasNDS/bKtvN/1/
If you want to make some elements non clickable you can just check that in the listener
Demo here: http://jsfiddle.net/thomasNDS/bKtvN/1/