How to Set content of a tab
Hello,
I've been looking at the documentation but I can't see how to set the
content of a tab. Is there an easy way to do this?
I was hoping to see something like:
$('.selector').tabs("content","My html goes here");
or
var html = $('.selector').tabs("content");
Is this possible?