PHP Classes

File: public/assets/bower_components/bootstrap-datepicker/tests/suites/noconflict.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-datepicker/tests/suites/noconflict.js   Download  
File: public/assets/bower_components/bootstrap-datepicker/tests/suites/noconflict.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 651 bytes
 

Contents

Class file image Download
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); });