jQuery-EasyTabs
jQuery-EasyTabs copied to clipboard
generate tabs after page is loaded via AJAX call
if i use predefined chunks of html code - tabs work well. but if i generate tabs and content of these tabs dinamically (from JSON objects got via AJAX call) after easytabs.js was already loaded - generated tabs aren't seems to be working.
I don't need to load content to predefined tabs vith AJAX like it shown in your manual. Before AJAX call to backend i don't even know how much tabs and what data will be placed inside from backend. So i generate TABs and it's CONTENT dynamically, after page is loaded.
The code I generate is a valid easytabs code. But it seems that it's not gonna be easytabbed if generated in client's browser. What can I do in that situation ?