Hello, I'm trying to get the datepicker working in Chrome, the funny thing is that is I try Chrome on the jQuery website it works all fine! But when I try it on my own webhost it just doesn't work because it conflicts with: TypeError: Object #<an Object> has no method 'compareDocumentPosition'
I use even the same header files as the jQuery website itself: <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/ jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" /> <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs- theme/ui.theme.css" type="text/css" media="all" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/ jquery-ui.min.js" type="text/javascript"></script> <script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/ bgiframe/jquery.bgiframe.min.js" type="text/javascript"></script> <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/ minified/i18n/jquery-ui-i18n.min.js" type="text/javascript"></script> <script src="http://jqueryui.com/js/demos.js" type="text/javascript"></ script> And still it refuses to work in Chrome on my own webhost! I know it's a little bit vague but I don't know how to explain it any other way. Thanks in regards, NightFox -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.