"Object doesn't support property or method 'DataTable'" in my jquery data table application

"Object doesn't support property or method 'DataTable'" in my jquery data table application

Hi All,

I am getting "Object doesn't support property or method 'DataTable'" in my jquery data table application. The export tools (excel , print) , pagination , sorting  ..etc not loading. But data is loading into data table(functionalities not working).
   

Till today morning it was working fine with below jquery plugins and order of the .js files.


           <script type="text/javascript" src="/../sites/mysitename/_layouts/15/sp.workflowservices.js"></script>
           <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.js"></script>
           <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
           <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
           <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/chosen/1.1.0/chosen.jquery.min.js"></script>
           <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/2014.02/jquery.SPServices-2014.02.js"></script>
           <script type="text/javascript" src="/../../jQuery/Code/jquery.placeholder.min.js"></script>
           <script type="text/javascript" src="/../../jQuery/Code/GeneralFunctions.js" ></script>
           <script type="text/javascript" src="/../../jQuery/ExportToExcelLinks/jquery.shorten.1.0.js"></script>

<script type="text/javascript" src="../../jquery.dataTables.js"></script>
           <script type="text/javascript" src="../../dataTables.tableTools.js"></script>


Please help me on anything wrong which I am following or version of jquery files.

Regards,

Veeru