/Mootools-Bootstrap-plugins

Bootstrap plugins rewritten for MooTools

Primary LanguageJavaScript

MooTools Bootstrap plugins

Proof of concept

Twitter Bootstrap Javascript components rewritten to use Mootools 1.4.5.

Code style follows Bootstrap Code guide for easy diffs of origin commits

At the moment following components and unit tests are available:

Plugin Base prepared Tested by human mooboo
Transitions x x
Modal x
Dropdown x x
ScrollSpy x -
Tab x x x
Tooltip x
Popover x
Alert x x
Button x -
Collapse -
Carousel x x -
Typeahead x
Affix x -
togleButtons

Quick start

  • By hand

    • Download latest Twitter Bootstrap
    • Replace /js folder with this Repository's /js folder
    • Load environment.js before loading other plugins
  • Using build.php

    • open build.php in your browser, which createst bootstrap.js file

Motivation

To evaluate possibilities of using Mootools in Bootstrap with minimum repo maintenance efforts and a drop-in installation.

TODO

Namespaced event delegation

Thanks