JQuery Mobile Tutorial: Dialog Component Implementation window

Source: Internet
Author: User
Tags end header window

Article Introduction: This article mainly looks at the dialog components in the jquery mobile system.

This article mainly looks at the dialog components in the jquery mobile system, we use the "ask answer" approach to the preliminary understanding:

1. How to Set Alert dialog?

Example:

<!--a start--> <a href= "#alert-dialog" > How to Set Alert Dialog</a> <!--a end-->  <!--Dialog Co Ntainer start--> <div data-role= "dialog" id= "Alert-dialog" >      <!--header part start-->     <div Data-role= "header" >        

Icon:

Description
1, to the container set data-role= "dialog"
2, click on the link specified href can be the ID value

2, how to set up confirm dialog?

Take the link button for example:

<!--a start--> <a href= "#confirm-dialog" > How to Set Confirm Dialog</a> <!--a end-->  <!--dial OG container start--> <div data-role= "dialog" id= "Confirm-dialog" >      <!--header part start-->     <div Data-role= "header" >        

Icon:

Description
1, to the container set data-role= "dialog"

2, click the link a specified href can be the ID value (main band #)
3, data-rel= "Back" can be similar to rollback (History.back ())

Demo



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.