PATH:
home
/
letacommog
/
crmleta
/
libraries
/
bootstrap
/
js
/
eternicode-bootstrap-datepicker
/
tests
/
suites
module('NoConflict', { setup: function(){ var datepicker = $.fn.datepicker.noConflict(); $.fn.bootstrapDP = datepicker; }, teardown: function(){ $.fn.datepicker = $.fn.bootstrapDP; delete $.fn.bootstrapDP; } }); test('Datepicker starts after calling noConflict() (no undefined defaults or locale_opts)', function(){ $('<div class="input-append date" id="datepicker">'+ '<input size="16" type="text" value="12-02-2012" readonly>'+ '<span class="add-on"><i class="icon-th"></i></span>'+ '</div>') .appendTo('#qunit-fixture') .bootstrapDP(); expect(0); });
[+]
..
[-] noconflict.js
[edit]
[-] inline.js
[edit]
[-] methods.js
[edit]
[-] options.js
[edit]
[-] events.js
[edit]
[+]
mouse_navigation
[-] data-api.js
[edit]
[-] calendar-weeks.js
[edit]
[-] formats.js
[edit]
[-] component.js
[edit]
[+]
keyboard_navigation