PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
plugins
/
system
/
t3
/
base
/
bootstrap
/
js
/
tests
/
unit
$(function () { module("bootstrap-affix") test("should be defined on jquery object", function () { ok($(document.body).affix, 'affix method is defined') }) test("should return element", function () { ok($(document.body).affix()[0] == document.body, 'document.body returned') }) test("should exit early if element is not visible", function () { var $affix = $('<div style="display: none"></div>').affix() $affix.data('affix').checkPosition() ok(!$affix.hasClass('affix'), 'affix class was not added') }) })
[-] bootstrap-affix.js
[edit]
[-] bootstrap-modal.js
[edit]
[-] bootstrap-transition.js
[edit]
[-] bootstrap-tab.js
[edit]
[-] bootstrap-collapse.js
[edit]
[-] bootstrap-carousel.js
[edit]
[-] bootstrap-alert.js
[edit]
[-] bootstrap-tooltip.js
[edit]
[-] bootstrap-button.js
[edit]
[-] bootstrap-typeahead.js
[edit]
[-] bootstrap-dropdown.js
[edit]
[-] bootstrap-popover.js
[edit]
[+]
..
[-] bootstrap-scrollspy.js
[edit]
[-] bootstrap-phantom.js
[edit]