Skip to content

PrototypeJS based Sleek, intuitive, and powerful front-end framework for faster and easier web development.

License

Notifications You must be signed in to change notification settings

jwestbrook/bootstrap-prototype

This branch is 100 commits ahead of, 19383 commits behind twbs/bootstrap:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa84c67 · Nov 6, 2014
May 17, 2013
Aug 6, 2012
May 3, 2014
May 17, 2013
Jul 30, 2012
Apr 19, 2012
May 17, 2013
May 17, 2013
Apr 8, 2012
May 17, 2013
Sep 24, 2013
Nov 6, 2014
Oct 29, 2013
May 17, 2013
Mar 2, 2013
May 17, 2013

Repository files navigation

Bootstrap for PrototypeJS

![Gitter](https://badges.gitter.im/Join Chat.svg)

For those developers that use PrototypeJS, Bootstrap requires the use of jQuery. If you do not want to load another library just to handle the the Bootstrap interactions use this fork of Bootstrap.

Differences according to PrototypeJS standards

  • effects and methods are called from the BootStrap namespace ie new BootStrap.Modal('elementid',{option}). This prevents conflicts with any other javascript libraries you may have loaded.
  • If you include script.aculo.us you will get consistent behaviors across all browsers that script.aculo.us and PrototypeJS support, otherwise you will only get the fades/movement/etc in browsers that support CSS3 transitions (sorry Internet Explorer < 10)
  • custom events that are fired will also be namespaced to bootstrap:* ie $('element').fire('bootstrap:closed')
  • The instances of the objects are stored on the elements using ElementStorage ie new BootStrap.Button($('mybutton')) will be stored at bootstrap:button and retrieved via $('mybutton').retrieve('bootstrap:button')
ModuleVersion Compatible
BootStrap.Affix2.3.2
BootStrap.Alert2.3.2
BootStrap.Button2.3.2
BootStrap.Carousel2.3.2
BootStrap.Collapse2.3.2
BootStrap.Dropdown2.3.2
BootStrap.Modal2.3.2
BootStrap.Popover2.3.2
BootStrap.Scrollspy2.3.2
BootStrap.Tab2.3.2
BootStrap.Tooltip2.3.2
BootStrap.Transition2.3.2
BootStrap.Typeahead2.3.2

Official Bootstrap README

About

PrototypeJS based Sleek, intuitive, and powerful front-end framework for faster and easier web development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 87.4%
  • JavaScript 12.6%