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.
当我在关闭这样的对话框后调用空函数时:
$( "myselector" ).dialog( "close" ).empty()
我收到以下错误
cannot call methods on dialog prior to initialization; attempted to call method 'close'
有什么想法错了吗?