I'm trying to create a website with tabbed browsing and have followed a tutorial to make this. But the problem is that the code I'm currently is using doesent work as expected.
HTML-code: http://pastebin.com/CG146NS3
CSS-code: http://pastebin.com/4VCuAwJm
- JavaScript: http://pastebin.com/sZhhQs6v
The tutorial I followed: http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/
The problem: When I click one of the tabs the #content goes away with a slideUp and .load loads the content but it doesent place the content in #content.
random1.htmltoo?