albertopq / jquery_datepicker

Rails 3 plugin that allows you to select dates from a calendar
91 stars 60 forks source link

datepicker doesn't pop up in Chrome (Rails 3.2.2) #20

Closed letstalk closed 12 years ago

letstalk commented 12 years ago

Has anyone had this problem so far? It pops up in IE 9 and Firefox 12 but not in Chrome ( 18.0.1025.168 m )

albertopq commented 12 years ago

Hi @letstalk

Is working fine for me in Chrome (same version). Any messages on the console? Any other js that could be breaking it before the datepicker code is executed?

Thanks!

letstalk commented 12 years ago

Hi @albertopq,

1 script error:

Uncaught SyntaxError: Unexpected token } in assets/jquery-ui.js?body=1:28

Any ideas?

Thanks!

albertopq commented 12 years ago

Not easy, without checking the code... It seems that your jquery-ui.js file is somehow broken. Try to download it again from http://jqueryui.com/download

I'm going to close the issue, as I don't think is datepicker related. Are you ok with that?

Thanks!

letstalk commented 12 years ago

Check again on my other dev environment (mac) and it works. Something's wrong on my side. Sorry for raising issue.