我正在制作一个小脚本出现/消失,但我的 jquery 元素全选,我想如果我为所有人创建一个独特的类是非常类的使用,我更喜欢使用 jquery 的$this的一种模式,但我不知道,我的代码是ruby on rails 是这样的......:
<%= link_to_function "Comentar","$(this(div #comment_form)).fadeIn();",:class => 'comentar' %>
但选择所有帖子以显示评论框
和我的 aplication.js 消失默认:
$(document).ready(function(){
$("div #comment_form").hide();
});