Icons in jQuery UI dialog title

后端 未结 5 951
一整个雨季
一整个雨季 2020-12-28 15:47

I\'m using the code below to create a jQuery dialog box. By default there is a close icon on title bar, but I want to add some of the other icons in title bar as well for di

5条回答
  •  天涯浪人
    2020-12-28 16:34

    I did it this way:

    
    

    Usage: MsgBox("Hello, I'm a MessageBox!", "Title Here", 400, 200);

    Or

    MsgBox("Hello, I'm a MessageBox!", "Title Here", 400, 200, "alert('hey, you clicked Ok!')");

    You may improve it with ui-icons as well...

提交回复
热议问题