Sha256: 96818e438fb32bc1a6d919db8f1e4c86986cf06802e946455d510d9e884daaab
Contents?: true
Size: 692 Bytes
Versions: 2
Compression:
Stored size: 692 Bytes
Contents
(function ($) { $("a[rel~=popover], .has-popover").popover(); $("a[rel~=tooltip], .has-tooltip").tooltip(); // comment this out if you want to add the animation to an element. You may need to handle events for them to work correctly. // This is just a generic example, your mileage will vary depending on what you're trying to do. // $("[data-animation]")(function () { // e.preventDefault(); // if ($(this).data("animation") != null) { // $(this).next().removeClass($(this).data("easein")).addClass("animated " + $(this).data("easein")); // } else { // $(this).next().addClass("animated " + _easeIn); // } // }); })(jQuery);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railsstrap-4.0.0.beta3 | lib/generators/railsstrap/install/templates/bootstrap.js |
railsstrap-4.0.0.beta2 | lib/generators/railsstrap/install/templates/bootstrap.js |