Hi I have been using JQuery UI Datepicker for sometime and is working great. I am trying to add Jplayer to my page. The problem I am having is once I add Jplayer my datepicker no longer works.
In chrome if I "Inspect Element" I get an error of :
Uncaught TypeError: Object [object Object] has no method 'date picker'.
$(function() {
$('input').filter('.datepicker').datepicker({
Uncaught TypeError: Object [object Object] has no method 'datepicker'
showOtherMonths: true,
dateFormat: "yy-mm-dd",
changeMonth: true,
changeYear: true
});
});
If I change the location in my header of the <script> and put the datepicker script last my player no