Jquery父选择器在IE8中不起作用..它正在与其他浏览器一起使用(chrome,firefox,opera,safari)
我正在使用它:
comment = $(this).parent().parent().parent().find(".commentWrapper");
有什么想法吗?
- 编辑 -
抱歉误导 结果错误是下一行;
postId = $(this).parent().parent().find('input[name = "postId"]').val();
IE Developer工具显示此错误:
Object doesn't support this property or method
但是如果我宣布像post postId这样的postId,它的工作正常......但我不明白究竟是什么问题?