[jQuery] .load() duplicate functions problem

2009-02-25 Thread emrah
Hi! I have a question, I have two main divs one for is used for menu, the other is used for content. When an item is clicked from left menu, content is loaded via jquery load() function in to the content div. In one of my content I'm using jquery tabs for a tabbing system. In this system there

[jQuery] Re: load page which includes swf and js functions

2009-02-25 Thread emrah
I'm not sure about the reason why but put the script tags to the end of file like this. //some html here //some html here //jquery and javascript codes try this it will work, I think it is related wiht async,sync working structure of AJAX. By the way it is better if you don't use body, head,