jQuery Mobile - Buttons



It specifies clickable button that includes content like text or images by using the class ui-btn.

You can create buttons in different ways as shown in the table below −

Sr.No. Button Type & Description
1 Basic Button

Create a simple basic button in the page.

2 Rounded corners to button

You can add rounded corners to the button.

3 Grouped Buttons

Creates the group of buttons in the page.

4 Shadow Buttons

You can add the shadow for the button.

5 Inline Button

You can display the button as wide as its content.

6 Mini Button

Display the smaller buttons in the page.

7 Back Button

You can create the back button in the page.

8 Icons Position

You can set the position of icons in the button.

9 Disbaled Button

You can disable the buttons.

jquery_mobile_widgets.htm
Advertisements