|
|||
|
Hey Leute,
ich habe folgendes Problem: Ich habe einen jQuery-Code in der 'templates\mein_template\javascript\js.php', der folgendermaßen aussieht: Code:
<script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/jquery_new.js"></script>
<script type="text/javascript" src="<?php echo _SYSTEM_BASE_URL . _SRV_WEB; ?>xtFramework/library/jquery/thickbox-compressed.js"></script>
<script type="text/javascript">
$('#tshirt_btn').mouseover(function() {
$('#shirt').fadeIn('slow');
});
$('#tshirt_btn').mouseout(function() {
$('#shirt').fadeOut('slow');
});
$('#bags_btn').mouseover(function() {
$('#bag').fadeIn('slow');
});
$('#bags_btn').mouseout(function() {
$('#bag').fadeOut('slow');
});
$('#pull_btn').mouseover(function() {
$('#pull').fadeIn('slow');
});
$('#pull_btn').mouseout(function() {
$('#pull').fadeOut('slow');
});
$('#stuff_btn').mouseover(function() {
$('#stuff').fadeIn('slow');
});
$('#stuff_btn').mouseout(function() {
$('#stuff').fadeOut('slow');
});
$("#ktn").mouseenter(function(){
$("#ktn").animate({"left": "-=357px"}, "fast");
});
$("#ktn").mouseleave(function(){
$("#ktn").animate({"left": "+=357px"}, "fast");
});
</script>
Ich hoffe ihr könnt mir helfen. Liebe Grüße. |
|
|||
|
Keiner 'ne Idee?
Also normaler JavaScript-Code läuft, wenn ich den in der js.php einfüge, auch Code:
$(window).load(function() {
alert("123");
});
Ziemlich frustrierend ~.~ |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| jquery Problem mit Dialog | CUULT | Fragen zur Software | 0 | 17.09.2010 14:27 |
| Problem mit IE -> bei Zugriff auf Kategorie kommt der Warenkorb? | JST007 | Installation und Konfiguration | 0 | 11.08.2010 09:43 |
| Upload auf Server Problem mit 4.0.12 | oldbear | Fragen zur Software | 3 | 21.09.2009 17:44 |
| Problem mit Kategorienverwaltung, brauche Hilfe | flash5622 | Admininterface | 0 | 22.04.2009 11:15 |