calendar fixes
This commit is contained in:
parent
bdc863f26b
commit
b55eaeca4d
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$("#datepicker").siblings("button").bind('click', function () {
|
||||
$("#datepicker").siblings("span button").bind('click', function () {
|
||||
alert(!$('.gj-picker-bootstrap table tbody tr td div'));
|
||||
});
|
||||
// $(document).on('click', '.gj-picker-bootstrap table tbody tr td', function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue