Twitter bootstrap CSS + jQuery

后端 未结 7 1764
无人共我
无人共我 2021-01-31 18:17

I just discover twitter-boostrap

https://github.com/twbs/bootstrap

and I\'m wondering if there is a jquery library to use with it.

For popovers, modals,

相关标签:
7条回答
  • 2021-01-31 18:43

    Why don't you go over to their tutorial here,
    right click on the modal box and select inspect element,
    copy the whole div where it says

    <div class="modal" ....

    and pop in their css?? That'll give enough to start with modals..
    If you want twipsies and other interesting stuff working, you may want to download and check the javascript application.js that comes with that page too :)

    If you mean't to change the colors wherever, you should find all the color settings in preboot.less inside the /lib folder...
    Few colors like textbox/textarea borders, are however hardcoded in files like forms.less,
    if you want help modifying them, you could ask again...

    0 讨论(0)
提交回复
热议问题