JQuery: $.bekomme keine Funktion

Ich habe da ein problem, das etwas sehr grundlegendes in jQuery. Kann mir jemand sagen was ich falsch mache genau?

Wenn ich den code der Funktion $.Holen zu fehlen scheint (getJSON und andere fehlen auch). Aber $ selbst und für andere Funktionen vorhanden sind, damit ich weiß, JQuery geladen wird.

google.load("jquery", "1.3.2");

function _validate(form, rules_file) {
   $.get('/validation_rules.json',function(data) {
     alert("hello")
   })
} 

Irgendwelche Ideen würde sehr geschätzt.

Dank,
Rob

Edit: hier einige zusätzliche Infos:

  <script src="http://www.google.com/jsapi"></script>
  <script>
    google.load("prototype", "1.6");
    google.load("scriptaculous", "1.8");
    google.load("jquery", "1.3.2");
  </script>
  <script>
    jQuery.noConflict(); //prevent conflicts with prototype
  </script>
  <script src="/livepipe/src/livepipe.js"
          type="text/javascript"></script>
  <script src="/livepipe/src/window.js"
          type="text/javascript"></script>
  <script src="/livepipe/src/tabs.js"
          type="text/javascript"></script>
  <script src="/jquery.maskedinput-1.2.2.js"
         type="text/javascript"></script>
InformationsquelleAutor rplevy | 2009-12-24
Schreibe einen Kommentar