【问题标题】:waypoints js Context applied incorrectly航点js上下文应用不正确
【发布时间】:2015-10-08 11:15:20
【问题描述】:

waypoints js 上下文应用不正确

你能检查一下这个例子,告诉我小框背景在出现时改变的问题是什么

http://goo.gl/rDpeQl

【问题讨论】:

  • 使用$(this) 而不是$('this')

标签: javascript jquery jquery-plugins


【解决方案1】:

您的代码中有两个错误:

1) 使用 $(this) 而不是 $('this')

2) 使用背景色代替背景色

$(this).css("background-color", "#f99");

工作示例: http://jsfiddle.net/k40r2n4u/4/

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-07-22
    • 2020-11-10
    • 1970-01-01
    • 2013-07-31
    相关资源
    最近更新 更多