[TYPO3-german] jQuery Problem / Frage - $ is not a function
Johannes C. Laxander
jc at laxander.com
Sat Jan 28 15:32:05 CET 2017
Hallo,
jQuerry binde ich im head-Bereich gleich als erstes ein.
In meinen Scripten bekomme ich aber diesen Fehler:
jquery.min.js:2 jQuery.Deferred exception: $ is not a function TypeError: $
is not a function
HTML-Gerüst:
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<script src="/.../jquery.min.js" type="text/javascript"></script>
<script src="/.../myScripts.js" type="text/javascript"></script>
</head>
<body>
...
</body>
</html>
Mein Script:
jQuery.noConflict();
jQuery(document).ready(function() {
$('.dropdown-toggle').dropdown();
});
Was passt hier nicht zusammen?
Gruß, Johannes.
More information about the TYPO3-german
mailing list