diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-20 17:34:31 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-20 17:34:31 +0000 |
commit | dcead10e80cf31d2bea8256d83c9d81593260c10 (patch) | |
tree | c2999ffd8373c95c490ba37dd891e894d9de1954 /tests/datepicker.js | |
parent | 831dcf6f361cd9d70048ef02808854016fec537a (diff) | |
download | jquery-ui-dcead10e80cf31d2bea8256d83c9d81593260c10.tar.gz jquery-ui-dcead10e80cf31d2bea8256d83c9d81593260c10.zip |
Datepicker #3647: removed clickable weekdays.
Diffstat (limited to 'tests/datepicker.js')
-rw-r--r-- | tests/datepicker.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/datepicker.js b/tests/datepicker.js index 44c2fb8b8..2fb76aa75 100644 --- a/tests/datepicker.js +++ b/tests/datepicker.js @@ -627,13 +627,6 @@ test('mouse', function() { $('.ui-datepicker-calendar tbody a:contains(18)', dp).simulate('click'); equalsDate(inp.datepicker('getDate'), new Date(2008, 2 - 1, 18), 'Mouse click - next + min/max'); - // Change day of week - inp.val('02/04/2008').datepicker('option', {changeFirstDay: true}).datepicker('show'); - equals($('.ui-datepicker-calendar th:first a', dp).text(), 'Su', - 'Mouse click - initial day of week'); - $('.ui-datepicker-calendar th:last a', dp).simulate('click'); - equals($('.ui-datepicker-calendar th:first a', dp).text(), 'Sa', - 'Mouse click - day of week'); // Inline var inl = init('#inl'); var dp = $('.ui-datepicker-inline', inl); |