jQuery.dataTables.min.js style is null or not an object

jQuery.dataTables.min.js style is null or not an object

simflexsimflex Posts: 5Questions: 1Answers: 0
edited January 2015 in Free community support

Hello gurus,

Our app that just went LIVE today works pretty good with IE9 through IE11.

However, there are still several users within the organization still using IE8 and that's creating the following error:

jQuery.dataTables.min.js style is null or not an object

I have done a lot of googling and trying out whatever proposed solutions but no cigar.

Any ideas what I need to add/remove from the code below?

1.  <link type='text/css' rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
 2. <link href="css/boxformats.css" rel="stylesheet" type="text/css" />
3.  <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
4.  <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
5.  <script type="text/javascript" src="js/phpwebservices.js"></script>
6.  <script type="text/javascript" language="javascript" src="js/jquery.dataTables.min.js"></script>
7.  <script type="text/javascript" language="javascript" src="js/dataTables.jPaginator.js"></script>

How do I format the code because most of my code is not showing?

Answers

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin

    You would need to link us to the page showing the issue so we can debug it.

    Allan

  • simflexsimflex Posts: 5Questions: 1Answers: 0
    edited January 2015

    Ok I FIXED it!

    One of the posts here helped me fix it, an extra comma was the culprit.

This discussion has been closed.