How to open tab on mouse over using jquery without using iframe and putting all content in same page
Posted
by jitendra
on Stack Overflow
See other posts from Stack Overflow
or by jitendra
Published on 2010-02-11T05:40:22Z
Indexed on
2010/04/01
19:03 UTC
Read the original article
Hit count: 290
I just want to open another tab without refreshing and on mouse over like this http://fnagel.github.com/jQuery-Accessible-RIA/Tabs/mouseover.html . Is it possible with these things.
- Pages url should be change like as it now. I want to keep content in separate page
- on clicking on another tab it should open without refreshing
- i don't want to open tab content as a iframe
I liked the idea of this http://jonplante.com/demo/tabs-1-2/?js=on but page url is not changing so other pages cannot be bookmarked
© Stack Overflow or respective owner