I have a need to use the tabs in my jquery mobile application. I looked at the navbars in jquerymobile but it opens a totally different page. Whereas jquery UI opens the tabs in the same page. Is there any way I can mimic that behavior.
thanks
Please notice that I am asking to, for the lack of better term, transform the behavior of navbars of jquerymobile to that of UI tabs
Here is a sample of how to mimic tab behaviour using navbar.It is a basic thing only and needs more work to make it perfect.But I think it can serve as a starting point.
A demo here – http://jsfiddle.net/m8wQM/
Let me know if it helps.