CodeIgniter Forums
how to link on jQuery-ui-tabs ??? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to link on jQuery-ui-tabs ??? (/showthread.php?tid=22516)



how to link on jQuery-ui-tabs ??? - El Forum - 09-12-2009

[eluser]Jan_1[/eluser]
Hello,
I am using jQuery UI Tabs on my site.
How could I direktly link to one of my tabs?
For example to tab-3 in a controllers refresh-line?
Code:
redirect('/todo', 'refresh');
Tried some things like
Code:
redirect('/todo','#tab-3', 'refresh');
Code:
redirect('/todo#tab-3', 'refresh');
what didn't work.
Did not found a similar forum post.

Any experiences? Thank you!!! Jan


how to link on jQuery-ui-tabs ??? - El Forum - 09-12-2009

[eluser]Jan_1[/eluser]
Found a hint.
Would be nice if someone could explain it a little bit. Thank you!
Code:
$('#tabs').tab('select', <?php echo $tab;?>);