jQuery:显示带有 VAR 的 DIV 作为 CLASS
我试图通过将 DIV#2 的类放入 DIV#1 的 REL 中来将一些 DIV 链接在一起。
我不明白为什么这不起作用。如果我 html() 它,它会写出正确的东西。
我在jsfiddle上做了一个例子: http://jsfiddle.net/n6Q2G/6/
你可以吗看看出了什么问题???
I'm trying to link some DIVs together by putting the class of DIV#2 into REL of DIV#1.
I can't find out why this doesn't work. If I html() it, it will write the correct thing.
I have made an example on jsfiddle: http://jsfiddle.net/n6Q2G/6/
Can you see whats wrong???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您要找的吗? http://jsfiddle.net/jomanlk/n6Q2G/7/
我将其更改为
$("div." + successDialog).show();
Is this what you're looking for? http://jsfiddle.net/jomanlk/n6Q2G/7/
I changed it to
$("div." + sucessDialog).show();