I wonder if we can able to select a particular tab in a JQuery tab system from another page..?
For example I have a 4 menus that is Home | About | Services | Contac
Before or after your click() definition, add this:
strHash = document.location.hash; if (strHash != "") $("a[href='"+strHash+"']").parent().click();