Issue with Safari Browser
Issue with Safari Browser
adityagaurin
Posts: 3Questions: 1Answers: 0
Hi,
I ma using basic example using data tables (referring from https://datatables.net/examples/basic_init/zero_configuration.html)
But i noticed that over Safari Browser it is not working...Even the above url also does not working over safari..
I attached code as well and screenshot of page how it is appear over Safari browser.
Can anyone help please.
Thanks
This discussion has been closed.
Answers
I opened your file in Safari and it seems to work.
Do you get any alert errors or errors in the browser's console?
Kevin
Hi,
Quite strange..I tested with most latest version of safari.
Just check the browser console and it giving the following error:
TypeError: 'undefined' is not a function (evaluating 'e.getAttribute("type")')
I am really clueless about this..
Can you please help!
Thaks
I tried with Safari Version 11.1 (12605.1.33.1.3) on the Mac. Its likely not the latest version. This page might be of interest:
https://jquery.com/browser-support/
As a test I would try with jQuery 1.12.
@allan or @colin may be able to test with later versions of Safari. Maybe you can post the full stack trace the error generates.
Kevin
Works for me with 11.1.2.
Allan
Hi Kevin,
I am watching over Windows in Safari Browser..
Does it causing any issue??
Thaks
As in you are using Safari for Windows? That's no longer supported by Apple and hasn't been developed in years - 2012 I think.
Very likely its a bug in the browser if you are seeing it in such an old version of Safari and it works everywhere else.
Allan
Also, as the jQuery Browser Support doc mentions that I linked to:
Did you try jQuery 1.12.
Kevin