YouTip LogoYouTip

Jeasyui Win Win1

# jQuery EasyUI Window - Creating a Simple Window Creating a window is very simple. We create a DIV tag:
Some Content.
Now run the test page, and you will see a window displayed on your screen. We don't need to write any javascript code. !(#) If you want to create a hidden window, remember to set the 'closed' property to 'true'. You can call the 'open' method to open the window:
Some Content.
$('#win').window('open'); As a final example, we create a login window:

Name:

Pass:

!(#) ## Download jQuery EasyUI Example [jeasyui-win-win1.zip](#)
← Plugins Base ParserJeasyui Form Form5 β†’