I have trouble with wp_enqueue_script('jquery'); and $.getJSON("http://localhost/wp-content/plugins/test/word2json.php", {wordid:2260}, function(json){ alert("JSON Data:"); });
My code works fine if I don't use jQuery from my WordPress installation. What happens?