Datepicker plug-in giving error in IE 8

Datepicker plug-in giving error in IE 8

SamiSami Posts: 1Questions: 0Answers: 0
edited October 2012 in Plug-ins
Hello,

When I use the datapicker along with datatables, it gives error in IE8 where as it works in FF. Here is my code

CSS includes
[code]


[/code]
JS includes
[code]










[/code]

Datatable property
[code]
......makeEditable({
sUpdateURL: "perl script",
oEditableSettings: { event: 'click' },
"aoColumns": [ null,
{ tooltip: 'blah blah',
loadtext: 'loading...',
type: 'select',
onblur: 'submit',
loadurl: 'perl script',
loadtype: 'GET',
cssclass:"required"
}, { tooltip: 'blah blah',
loadtext: 'loading...',
type: 'select',
onblur: 'submit',
loadurl: 'perl script',
loadtype: 'GET',
cssclass:"required"
},
{ tooltip: 'blah blah', onblur: 'submit', cssclass:"date", type: 'datepicker'},
{ tooltip: 'blah blah', onblur: 'submit', cssclass:"date", type: 'datepicker',}
].........................[/code]

IE error is
[quote]Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.3)
Timestamp: Mon, 29 Oct 2012 22:15:52 UTC


Message: Object doesn't support this property or method
Line: 40
Char: 7
Code: 0
URI: http:../j/jQuery1.8/DataTables-1.9.3/JQuery-DataTables-Editable-1.3/media/js/jquery.jeditable.datepicker.js[/quote]

This works in FF. Anyone having the same error?

Thanks.
Regards,
Sami

Replies

  • gregj43gregj43 Posts: 1Questions: 0Answers: 0
    im having the exact problem... cannot figure it out
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    I don't know much about the makeEditable plug-in I'm afraid. I'd suggest opening an issue on that plug-in's issue tracker.

    Allan
This discussion has been closed.