shr1k3
Mitglied
Hey Leute,
ich hab ein Problem mit einer Variablen.
Erstmal der Code:
Problem ist wenn ich im <body> die Variable per
ausgeben möchte sagt Firebug mir das die Variable nicht definiert ist =/
P.S. jQuery wird benötigt!
ich hab ein Problem mit einer Variablen.
Erstmal der Code:
HTML:
<script type="text/javascript">
$(document).ready(function(){
var test = "test";
});
</script>
Problem ist wenn ich im <body> die Variable per
HTML:
<script type="text/javascript">
alert(test);
</script>
P.S. jQuery wird benötigt!