S
sinnvollblau
Guest
Hi zusammen, bevor ich beginne:
das steht alles im Head meiner Wordpressinstallation. Unter anderem auch jquery (rot), aber wenn ich das eingebe:
passiert nichts, nada und nothing. Es müsste ja wenigstens ein Allert kommen wenn jQuery funktioniert, aber nichts! Keine Ahnung was ich da machen kann, wer kann was dazu beitragen (wp_enqueue_script('jquery'); reagiert auch nicht).
Code:
<link rel="stylesheet" href="http://localhost/01_website/wp-content/themes/dumplanet/style.css" type="text/css" media="screen" />
<link rel="pingback" href="http://localhost/01_website/xmlrpc.php" />
<link rel='stylesheet' id='style-frontend.css-css' href='http://localhost/01_website/wp-content/plugins/plugin-kontakt/frontend/style.css?ver=3.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='admin-bar-css' href='http://localhost/01_dum-planet/01_website/wp-includes/css/admin-bar.css?ver=3.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='thickbox-css' href='http://localhost/01_website/wp-includes/js/thickbox/thickbox.css?ver=3.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-front-css' href='http://localhost/01_website/wp-content/plugins/download-manager/css/front.css?ver=3.4.2' type='text/css' media='all' />
[COLOR="Red"]<script type='text/javascript' src='http://localhost/01_website/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>[/COLOR]
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/01_website/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost/01_website/wp-includes/wlwmanifest.xml" />
<link rel='next' title='Andenken' href='http://localhost/01_website/andenken/' />
<meta name="generator" content="WordPress 3.4.2" />
<link rel='canonical' href='http://localhost/01_website/uber/' />
das steht alles im Head meiner Wordpressinstallation. Unter anderem auch jquery (rot), aber wenn ich das eingebe:
Code:
$(document).ready(function(){
alert('Hallo Welt!');
});