http://www.andreacfm.com/os/ajaxcontent
Its just not working for me...

http://www.andreacfm.com/os/ajaxcontent
Its just not working for me...
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
Yep, heres what I'm using:
All the files exist too :SHTML 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>
hehe "jquery.ajaxContent.js" not "jquery.ajaxcontent.js"
Want to hide these adverts? Register an account for free!