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