如何让孩子对父母产生同样的影响
有没有办法让孩子对父母产生同样的效果?
<div id = "parent">
<div id = "child">
</div>
//button.click to .show("slide") child
</div>
对于触发的同一事件,如何在父级上投射相同的效果?
is there a way to cast the same effect of a child on a parent?
<div id = "parent">
<div id = "child">
</div>
//button.click to .show("slide") child
</div>
How can I cast that same effect on the parent for the same event fired?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样:
或这样:
Something like this:
or this:
尝试
触发
try
trigger
it