parmarmayur9090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Object has no 'displayClose' method #294

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This error message shows up in the developer console for the current versions 
of all three major browsers:

Uncaught TypeError: Object [object Object] has no method 'displayClose'

The program itself runs fine. However, this latent error raises concern though.

Original issue reported on code.google.com by BillSche...@gmail.com on 5 Jul 2011 at 11:57

GoogleCodeExporter commented 8 years ago
On which page? The basic demo page [ 
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html ] 
displays no errors for me in the current version of Chrome...

Original comment by kelvin.l...@gmail.com on 5 Jul 2011 at 2:14

GoogleCodeExporter commented 8 years ago
inside facebook app: http://apps.facebook.com/karmakorn/alpha20

same page outside of facebook: http://karmakorn.com/karmakorn/alpha20/

Original comment by BillSche...@gmail.com on 7 Jul 2011 at 2:40

GoogleCodeExporter commented 8 years ago
The error is showing up because you are trying to call a non-existent method 
called "displayClose" on line 1106 of action_create.js.

If you delete that line you won't get the error.

Original comment by kelvin.l...@gmail.com on 7 Jul 2011 at 3:46