Home > Article > Web Front-end > EasyUI method to implement the second layer pop-up box_jquery
This is the code used by netizens when expanding EasyUI.
You can modify it according to actual needs.
$.modalDialog2.handler This handler represents the pop-up dialog handle
$.modalDialog2.xxx This xxx can be named by yourself. It is mainly used to refresh certain objects when the pop-up window is closed. You can predefine the xxx object
The above is my personal method of using EasyUI to implement the second layer pop-up box. I hope you all like it.