1. Load my page. From here, my menus will load all content via AJAX.
2. Click a menu. The page this is set to load includes a jQuery Tabs plugin, so I have a little script that activates the jquery. It looks like this:
$(function() {
$("#tabs").tabs();
});
3. That code doesn't execute the first time, so my page looks like crap. I also added an alert in there, and it too didn't execute.
4. Click that same menu again to reload that center content. Everything loads fine.
Any ideas?
This post has been edited by theseamusjames: 15 September 2011 - 11:55 AM

New Topic/Question
Reply



MultiQuote


|