Hallo zusammen,
ich habe folgendes Problem.
Ich habe in meiner _header.tpl mehrere javascripte eingebunden
<script type=“text/javascript” src="[{ $oViewConf->getResourceUrl() }]jquery.min.js"></script>
<script type=“text/javascript” src="[{ $oViewConf->getResourceUrl() }]jquery.checkuser.js"></script>
<script type=“text/javascript” src="[{ $oViewConf->getResourceUrl() }]val_conf.js"></script>
<script src="[{ $oViewConf->getResourceUrl() }]mootools.js" type=“text/javascript”></script>
<script src="[{ $oViewConf->getResourceUrl() }]common.js" type=“text/javascript”></script>
mir ist aufgefallen, das wenn ich
<script type=“text/javascript” src="[{ $oViewConf->getResourceUrl() }]jquery.min.js"></script>
<script type=“text/javascript” src="[{ $oViewConf->getResourceUrl() }]jquery.checkuser.js"></script>
<script type=“text/javascript” src="[{ $oViewConf->getResourceUrl() }]val_conf.js"></script>
herausnehme läuft alles wieder normal.
ich habe etwas gegoogelt und habe folgendes gefunden
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
nur, ist das nicht meine stärke.
kann mir da jemand zur seite gehen?
danke schon mal