|
[Solved] call qtip from a qtip
|
|
28th August, 09:31
Post: #1
|
|||
|
|||
|
[Solved] call qtip from a qtip
Hi, guess I need some help from you guys as I am pretty stuck with what I want to do....
I want to use qTip to built a navigation. Should work like this: When mouse over one menu item a qTip is opened from a html file which contains the code to open another menu item. What I have done so far: http://www.netzton.ch/test/bild.html My problem: From the bild.html mouse over the first left menu item opens the qTip. Also the second left menu item works from bild.html. Once a qTip opened I can no longer navigate from there to any other menu item. It simply does not work. Hope I could describe my problem properly. What am I doing wrong? Thanks for your help |
|||
|
28th August, 15:15
Post: #2
|
|||
|
|||
|
RE: call qtip from a qtip
Netzton, if you look carefully at the HTML that's being returned, your appending a whole new DOM structure (including <head> and <meta> elements) to the tooltip. This is bound to cause unexpected behaviour.
A better solution to using a separate page for each menu item, is to simply store them on the same page, but hidden from view. Then select them using a regular jQuery selector which will be appended to the tooltip. Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
28th August, 15:50
(This post was last modified: 28th August 15:51 by netzton.)
Post: #3
|
|||
|
|||
|
RE: call qtip from a qtip
Hi Craig, thanks for your answer. But I am kind of lost here. Not very much experienced with javascript at all...
Would it be possible for you to give me an example of what you're suggesting? Or is there any example in the Forum which I must have overlooked. I would even be ready to pay or make a donation anyway for your support as I need to built this for a customer. I would really appreciate your help in this matter. Sorry, was too quick in posting the reply... thank you very much for your help |
|||
|
28th August, 17:22
Post: #4
|
|||
|
|||
|
RE: [Solved] call qtip from a qtip
Hi Craig, I'm so sorry my last post was going in the wrong direction. You must have understood that my problem was solved. This is not the case.
I still need your help: I am kind of lost here. Not very much experienced with javascript at all... Would it be possible for you to give me an example of what you're suggesting? Or is there any example in the Forum which I must have overlooked. I would even be ready to pay or make a donation anyway for your support as I need to built this for a customer. I would really appreciate your help in this matter. Thanks a lot |
|||
|
28th August, 21:20
Post: #5
|
|||
|
|||
|
RE: [Solved] call qtip from a qtip
Check this quick example out:
HTML Code
JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help




