jquery Pinball window, OK, delete dialog box

Source: Internet
Author: User

Click here to download Jquery-ui-1.8.16.custom.zip, you can find him in the website's UI. Copy the External,themes,ui from the Development-bundle folder into your project

Introduction of the corresponding CSS and JS can view plain <! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> Introduction of Jquery-1.6.2--> <!--
<link href= ". /uiplus/themes/base/jquery.ui.all.css "rel=" stylesheet "type=" Text/css "/>"
<!--introducing Style files-->
<script src= ". /js/jquery-1.6.2.min.js "type=" Text/javascript "></script>
<!--The following is the introduction of jquery Plug-ins, the order can not be reversed, it must be so-->
    <script src= ". /uiplus/external/jquery.bgiframe-2.1.2.js " type=" Text/javascript "></script>        <script src= ". /uiplus/ui/jquery.ui.core.js " type=" Text/javascript "></script>        <script src= ". /uiplus/ui/jquery.ui.widget.js " type=" Text/javascript "></script>        <script src= ". /uiplus/ui/jquery.ui.mouse.js " type=" Text/javascript "></script>        <script src= ". /uiplus/ui/jquery.ui.button.js " type=" Text/javascript "></script>        <script src= ". /uiplus/ui/jquery.ui.draggable.js " type=" Text/javascript "></script>        <script src= ". /uiplus/ui/jquery.ui.position.js " type=" Text/javascript "></script>       &nBsp;<script src= ". /uiplus/ui/jquery.ui.dialog.js " type=" Text/javascript "></script>        <link href= ". /css/demos.css " rel=" stylesheet " type=" Text/css " />       < Script type= "Text/javascript"  language= "JavaScript" >            $ (function  ()  {                $ ("#dialog: Ui-dialog"). Dialog ("Destroy");                $ ("#btn_delete"). Click (function  ()  {                    $ ("#msg"). Show ();                    $ ("# Dialog-confirm "). Dialog ({                       resizable: false,                         height: 140,                        modal: true,                        buttons:  {                             "Delete": function  ()  {                                 $ (This). dialog ("Close");                            },                              "Cancel": function  ()  {                                 $ (This). dialog ("Close");                             }                        }               &NBSP;&NBSP;&NBSP;&NBSP;&NBSP});              &NBSP;&NBSP});  &nBsp &NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP});       </script>   

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.