Sha256: 46b426bc42c4c5f568f9ef2deb58c8e06e23cff5c0d776981b6f78eb251a933b
Contents?: true
Size: 598 Bytes
Versions: 7
Compression:
Stored size: 598 Bytes
Contents
jQuery -> $("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]") -> # e.preventDefault() # if $(this).data("animation")? # $(this).next().removeClass($(this).data("easein")).addClass "animated " + $(this).data("easein") # else # $(this).next().addClass "animated " + _easeIn # return
Version data entries
7 entries across 7 versions & 1 rubygems