PDA

View Full Version : Multiple Ajax functions on the same page?



Tek9Designs
20 Jul 2007, 03:02 AM
So, here is what I'm trying to do:

My navigation uses Ajax to call text into a content box. This works fine on its own. http://www.tek9designs.com/

Within the content box, I use WordPress as my news/blog program. I am using Ajax for the links to load the text, and it works fine on its own. http://www.tek9designs.com/updates/

When I use the Ajax navigation to call the WordPress, then click on an Ajax link it loads the page outside of the <div>.

The only way I could get the Wordpress to work on its own was by including the <head> scripting, which I assume co***icts when its loaded onto my page. If anyone knows how to make this work, or a better way to do it (not an iframe), please let me know as this is driving me crazy!