Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default How do you use this?

    http://www.andreacfm.com/os/ajaxcontent

    Its just not working for me...

  2. #2
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Do you use jQuery with it?


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  3. #3
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Quote Originally Posted by Jewish Bear View Post
    Do you use jQuery with it?
    Yep, heres what I'm using:

    HTML Code:
    <head>
    <script type="text/javascript" src="jquery.js"></script> 
    <script type="text/javascript" src="jquery.form.js"></script> 
    <script type="text/javascript" src="jquery.ajaxcontent.js"></script> 
    <script type="text/javascript">
    $(document).ready(function(){
    	$('.ajax').ajaxContent({  
    	    loaderType:'img',  
    	    loadingMsg:'loading.gif',  
    	    target:'#ajaxContent'  
    	});
    }
    </script>
    </head>
    
    <body>
    <a class="ajax" href="text.html">Text 1</a>  
    <div id="ajaxContent" style="min-height:100px;margin:10px 0;border:1px solid #CCCCCC;"></div>
    </body>
    All the files exist too :S

  4. #4
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    hehe "jquery.ajaxContent.js" not "jquery.ajaxcontent.js"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •