[TYPO3-dev] jquery, datatable backend typo3 6.2

Équipe Tactic equipe.tactic at fsg.ulaval.ca
Thu Dec 10 20:39:07 CET 2015


The problem is that the code generated looks like :

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
var TYPO3 = TYPO3 || {}; TYPO3.jQuery = jQuery.noConflict(true);
/*]]>*/
</script>

But I think I need : 

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
<script src="contrib/jquery/jquery.dataTables-1.9.4.min.js?1433783760" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
var TYPO3 = TYPO3 || {}; TYPO3.jQuery = jQuery.noConflict(true);
/*]]>*/
</script>



More information about the TYPO3-dev mailing list