error 'o.find' is not a function

error 'o.find' is not a function


hi. i am using opera 10.61+win 7.
after write this
  1. // ==UserScript==
    // @require http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js
    // ==/UserScript==

    movie = $(".moviename-big").parent().parent().parent().find("span").html();




i've got an error in opera console:

  1. Uncaught exception: TypeError: 'o.find' is not a function

whats wrong? maybe opera javascript cause this error?
thanks