Selecting UI tab from iframe
Hello,
I'm trying to change the parent documents selected ui tab from an iframe in the document. This is what I have tried and it doesn't work:
$(parent.document).find('#tabs').tabs().tabs('select', 3);
Anyone got any ideas?