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.

 

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an