Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想dialog从另一个元素中显示我的 jQuery 并将其隐藏到该元素中。
dialog
我应该如何实现这个?这样做有什么效果吗?
我只需要使用方法的 object 参数的position,show和properties就可以了。hide.dialog
position
show
hide
.dialog
您可以将效果绑定到导致对话框显示的事件上。您甚至可以创建自定义事件。这是关于这个主题的一个很好的解释:http ://learn.jquery.com/events/handling-events/