Skip to main content

Bug Tracker

Side navigation

Ticket #2672: new code chunk.txt


File new code chunk.txt, 0.2 KB (added by balliano, April 10, 2008 08:50AM UTC)

changed a bit after more tests

$.datepicker = new Datepicker(); // singleton instance

/* Initialise the date picker. */
$(document).ready(function() {
	$(document.body).append($.datepicker._datepickerDiv)
		.mousedown($.datepicker._checkExternalClick);
});

Download in other formats:

Original Format