I am trying to implement a tabbed container (jquery organic tabs http://css-tricks.com/organic-tabs/) in jqtouch. I would like the tabs to only tab the content that is in the specified container. The problem is I cannot for the life of me override the default link behavior of jqtouch. When the user clicks a tab link it automatically switches to a blank page rather than displaying the tabbed content.
In short jqtouch sees the anchor and by default swaps to a new page, I would like in this case to display the content in the current page.
Thanks !