MathDM / jquery-twitter-api

Automatically exported from code.google.com/p/jquery-twitter-api
0 stars 0 forks source link

object is undefined #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Just with this code :
<script type="text/javascript" src="js/jquery-1.3.2.js"></script> 
<script type="text/javascript" src="js/jquery-twitter-plugin.js"></script> 
    <script type="text/javascript">
     $(document).ready(function(){
        $.twitter.test(printSuccess);

        function printSuccess(data, textStatus){
            alert("S :"+textStatus);
        }

     });

    </script> 

The folowing error occurs :
"object is undefined" jquery-1.3.2.js (ligne 672)

Original issue reported on code.google.com by stephane.jeanjean on 14 Nov 2009 at 4:07

GoogleCodeExporter commented 8 years ago
I think this is the same bug as here. 
http://code.google.com/p/jquery-twitter-api/issues/detail?id=1

Try using that fix. It worked for me.

Original comment by mgrin...@gmail.com on 28 Dec 2009 at 8:55