This is just an implementation of the JavaScript - all of the CSS is
vanilla Bootstrap. If you have a theme that invokes these components with
data- tags per the default (jQuery) implementation, they won't work
automatically; you'll either have to change the syntax or write code to
invoke my JS classes based on their syntax. For example, you could write
(using MooTools):

$$('[data-toggle=tootlip]').each(function(element){
  new Bootstrap.Tooltip(element);
});

And it would work. If you wanted to support all the options, you'd have to
parse those out of the HTML and pass them through to the class (see:
http://dev.clientcide.com/MooTools%20Bootstrap/viewdoc/lib/bootstrap/Docs/UI/Bootstrap.Tooltip.md).
The Behavior stuff just does that for you, albeit with its own syntax.


On Mon, Sep 2, 2013 at 8:03 AM, Trevor Orr <fract...@gmail.com> wrote:

> First this is awesome but I just had a couple questions.  Is this meant as
> a replacement for Bootstrap or to work with Bootstrap?  There are hundred's
> of templates that can be bought for Bootstrap, so if the data attributes do
> not match Bootstrap then that would mean that all those existing Bootstrap
> templates would not work with yours?
>
> I am just curious as I have a few sites I wrote in MooTools and JxLib that
> I am wanting to update and was thinking about updating to Bootstrap but was
> dreading it because I do not* *like jQuery.
>
>
>
> On Sun, Sep 1, 2013 at 9:40 PM, Sitthykun LY <ly.sitthy...@gmail.com>wrote:
>
>> Like!!
>>
>>
>> On Sun, Sep 1, 2013 at 8:27 AM, Aaron Newton <anut...@gmail.com> wrote:
>>
>>> My latest release of MooTools Bootstrap is up.
>>>
>>> Demos / docs: http://bit.ly/QL4fbQ
>>>
>>> Blog post about this release:
>>> *
>>>
>>> Bootstrap 3.0, Clientcide 3.1.0, Behavior 1.3.0, and More Behaviors 1.0.8
>>> *
>>>
>>> http://www.clientcide.com/code-releases/bootstrap-3-0-clientcide-3-1-0-behavior-1-3-0-and-more-behaviors-1-0-8/
>>>
>>> Tweet for your retweeting pleasure:
>>> https://twitter.com/anutron/status/373979900329205760
>>>
>>> Share and enjoy.
>>>
>>> --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MooTools Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to mootools-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Sitthykun LY
>> a little developer in the big world \o/
>> mobile: +85595 7788 39
>> skype: cityx9
>> twitter: sitthykun <http://twitter.com/sitthykun>
>> site: niyum.com
>>
>>  --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MooTools Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mootools-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Trevor Orr
> FractOrr Computer Services
> fractorr.com
> 541-490-5697
>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "MooTools Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mootools-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to