Tabs: Adding hash to URL ?
Tabs: Adding hash to URL ?
Hi,
I use tabs and I would like to have a
http://www.mywebsite.com/#anchor
as url not only
http://www.mywebsite.com/.
How can I do that ?
I'm using
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js
$(function() {
$("#page").tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
Many thanks for your time and help.
Topic Participants
go