Bootstrap ~ Learning notes index and bootstrap learning notes
Return to the index of the occupied blog
Bootstrap has been used for a while, and it is quite easy to use. It is also good for developers to use it. You don't need to consider its compatibility, mobile phones, platforms, both PCs can be effectively compatible.
B
1. Bootstrap Website: http://wrongwaycn.github.io/bootstrap/docs/index.html
2,
3. Download and obtain the following directory structure:
Bootstrap v2.0.2
CSS (including 4 files)
Bootstrap.css
Bootstrap.min.css(this file is only a formatting file of bootstrap.css)
Bootstrap-responsive.css
This is a Bootstrap Metro-style backend admin panel application, Bootstrap Metro Dashboard's UI is based on the Twitter Bootstrap style, while using the jquery 1.9.1 and jquery UI components, Very suitable to do the site's background management system interface.
Bootstrap Metro Dashboard IntroductionBootstrap Metro Da
1. Icons:
2. Button:
3, Button size:
4. Display the icon in the button:
5. Drop-down menu:
Interaction: Listen for each menu click event, click on the title to display the current menu
$ ('. Dropdown-item '). Click (function () {
$ (' #dropdown-title '). Text ($ (this). text ());
});
6. Input box:
7. Navigation bar:
8. Form:
9. Warning Box:
10. Progress ba
Bootstrap ~ Implementation of multi-level navigation (cascade navigation) and bootstrap navigation
Back to directory
On the bootstrap official website, navigation is at most two levels, which cannot be achieved at two or more levels. Uncle found some third-party information and finally found a good plug-in. Both the Use and effect are good, now, let's share it wi
Bootstrap usage summary and bootstrap Summary// Most functions can be specified by specifying the data attribute, but jquery is required for events because events are different processing procedures.// Events generally have two statuses: show shown and past// View the effect through the data attribute// Specify the data attribute data-backdrop is an optional parameter. You can see that there are many useful
Bootstrap progress bar component knowledge details, bootstrap progress bar
The progress bar effect is often seen on webpages, such as the system sharding and loading status. The progress bar component uses the transition and animation attributes of css3 to complete some special effects, these effects are not supported in earlier versions of IE9 and IE9 and Firefox, and Opera 12 does not support the animatio
Bootstrap implements the pop-up window and drag effect, while the bootstrap pop-up window is dragged
Sometimes it is nice to develop some special effects. You can operate Your webpage like on your computer. Here we will introduce a little more window and drag effects using bootstrap!
Here, we do not use the static open method, low ..., 1. Add a link to trigger an
Bootstrap is applicable to mobile terminals and bootstrap is applicable
This is the last page that was mounted on pythonanywhere.
It looks like this on a mobile phone.
In short, it cannot be viewed =
After reading the pages of several public accounts in the school, they all use bootstrap. Well, let's try it.On the bootsrtap homepage, find a theme c
Bootstrap time control and bootstrap Control
I recently used the bootstrap UI, which is really beautiful and worth learning and using. The following describes the time control of bootstrap.
This time control is very simple to use. You only need to introduce basic css and js.
Css and js to be introduced: (the File Impor
Bootstrap ~ Form form, bootstrap Form form Form
During the background revision, bootstrap is used for the general layout, and the rest of the forms have no reason not to use it. bootstrap is also doing a good job for form beautification and layout, with an atmospheric border, multi-functional buttons, and macro form la
Use Bootstrap to create a special progress bar and a bootstrap progress bar
Bootstrap basic progress bar implementation
1. Use class = progress class style for outer containers
2. The container that truly displays the progress bar style uses the class = progress-bar class style
Example:
Color progress bar
The color progress bar style is added to the layer-by-l
BootStrap Learning (7) _ carousel graph, bootstrapI. Carousel Images
The Bootstrap Carousel plug-in is a flexible and responsive way to add a slider to a site. In addition, the content is flexible enough, including images, embedded frames, videos, and any other types of content you want to place.
If you want to independently reference the functions of this plug-in, you need to reference carousel. js in
BootStrap navigation bar problem record, bootstrap navigation bar
What we have done today: (implements the vertical split in the response navigation bar of test9 and center in the drop-down list .)
I think the most troublesome thing is to modify the bootstrap format. I have made several demos to abuse the navigation bar. But there is no clue. It was known that af
The solution for setting the BootStrap title to cross-row is invalid. The bootstrap title
Recently, we have been using a BootStrap table to create a report interface (you do not need the report function. You only need to preview the table and set the rows and columns without changing the data size. If you have a better framework, we recommend that you .), It is f
Install with NPMYou can also install Bootstrap using NPM:$ npm install bootstraprequire(‘bootstrap‘)Would load all of Bootstrap ' s jquery plugins onto the jquery object. The bootstrap module itself does not export anything. You can manually load Bootstrap ' s jQuery plugins
Bootstrap files upload plugin file input is a good file upload control, but the search to use a few cases, when used, but also step by step the same stones, the control in the interface rendering, I used to call the uploadify before, function is also powerful, this article is mainly based on my own framework code case, the introduction of the file upload plug-in the use of files input. Introduction to the control of uploadify, you can refer to my prev
Build a bootstrap webpage in 5 minutes and build a bootstrap webpage
If you are fast enough, it does not take 5 minutes or 1 minute.
First, create a blank index.html file and copy the following code:
Use Google Chrome (my version is 40.0.2214.94 m), firefox (35.0.1), 360 (7.1.1.529), and ie8 (8.0.0.6001) respectively, except for ie8, the other three browsers are basically the latest version (7.1.1.556 i
BootStrap Typeahead components of the Bootstrap Learning Series implement Baidu pull-down effect (continued) and bootstraptypeahead
Next, I will introduce the Bootstrap learning series using the Bootstrap Typeahead component to implement the Baidu drop-down effect.
Bootstrap
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.