href 的 jquery 规则仅包含#
如何在 href 为“#”的类 .button 上应用规则 事实上
,任何具有真正 href 的按钮都会执行他的按钮操作,另一个,另一个操作
只是为了清除
$(".jbutton").click( function () {
我喜欢该功能的操作除了 # 之外的任何东西上执行 排除#
是不是更清楚了?
How to apply a rule on a class .button that have a href of "#" only
in fact, any button with a real href will do his button thing, the other one, onother thing
just to clear thing
$(".jbutton").click( function () {
i like that function to be executed on anything BUT #...
exclude #
is it more clear ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
现场演示
http://jsfiddle.net/Jaybles/nEdHH/
< HTML
JS
Live Demo
http://jsfiddle.net/Jaybles/nEdHH/
HTML
JS
您应该使用属性选择器:
You should use attribute selectors: