What is the JQuery UI bootstrap? _jquery

Source: Internet
Author: User

The jquery UI Bootstrap is a CSS framework that integrates the jquery UI onto the bootstrap, and the jquery UI bootstrap not only leverages the jquery UI's powerful control library, You can also enjoy the Bootstrap, natural theme style, so more and more front-end developers are using the jquery UI Bootstrap.
features of the JQuery UI bootstrap
The-----is based on the jquery UI, so the controls are powerful and can use all of the jquery UI controls.
-----Based on Bootstrap, different controls have a unified look.
-----Free Open Source, you can easily download and use.

JQuery UI bootstrap use of commonly used controls
Here are some of the most common jquery UI bootstrap controls that are easy to use.

JQuery UI Bootstrap button

Button
$ (' button '). button ();
Anchors, Submit.

jQuery UI Bootstrap dialog box

Dialog Link
$ (' #dialog_link '). Click (function () {
 $ (' #dialog_simple '). Dialog (' open ');
 return false;
});

Modal Link
$ (' #modal_link '). Click (function () {
 $ (' #dialog-message '). Dialog (' Open ');
 return false;
});

Dialog Simple
$ (' #dialog_simple '). Dialog ({
 autoopen:false,
 width:600,
 buttons: {
  "OK") : function () {
   $ (this). dialog (' Close ');
  },
  "Cancel": function () {
   $ (this). dialog (' Close ');
 }
});

Dialog message
$ ("#dialog-message"). Dialog ({
 autoopen:false,
 modal:true,
 buttons: {
  Ok:function () {
   $ (this). dialog (' Close ');}}
); 

jQuery UI Bootstrap date picker

DatePicker
$ (' #datepicker '). DatePicker ({
 inline:true
}); 

JQuery UI Bootstrap Menu

####### Menu
$ ("#menu"). menu (); 

The JQuery UI Bootstrap has many controls, which are not listed here, and you can go to their official website for download.

This article link:http://www.codeceo.com/article/jquery-ui-bootstrap.html
the author of this article: Code rural Network – Xiao Feng

The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.

If you want to further study, you can click here to learn, and then attach a wonderful topic: Bootstrap Learning Course

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.