Uncaught TypeError: Cannot read property ‘oSort’ of undefined
Uncaught TypeError: Cannot read property ‘oSort’ of undefined

<apex:includescript value="//code.jquery.com/jquery-1.11.1.min.js" / >
<apex:includescript value="//cdn.datatables.net/1.10.4/js/jquery.dataTables.min.js" />
<apex:stylesheet value="//cdn.datatables.net/1.10.4/css/jquery.dataTables.css" />
<c:CustomComponent/>
While opening my page i am getting "Uncaught TypeError: Cannot read property ‘oSort’ of undefined" in the console and pagination of datatables not working. In my custom component have "jquery-1.11.3.min.js". I think it's overriding datatables. How can we overcome..?
Answers
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan