|
Bottom Javascript
|
|
13th March, 09:30
Post: #1
|
|||
|
|||
|
Bottom Javascript
Hello,
I've found this beautiful js, but it does seems to not work correctly if it is not included at the bottom of the page. In our work it would be a problematic change to do this. Is there a way to make it work while including it in the head part of the html? Regards Andrea Grassi |
|||
|
13th March, 15:26
Post: #2
|
|||
|
|||
|
Bottom Javascript
Hi a.grassi
I'll be updating the documentation soon with instructions for people who including the files at the bottom of the page for isn't practical. If you use qTip at the head of the page, make sure that you only create the tooltips after the document is loaded like so: JS Code
Hope this helps! Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
13th March, 15:31
Post: #3
|
|||
|
|||
|
Bottom Javascript
Thank you for your answer. Actually I did found a solution.
The solution was to load the script with $.getScript function of jQuery and adding the call to you qtip in the callback. If I just used like you did it wasn't working (I was already using .ready method). And if I just include on the bottom of the page it wouldn't load correctly on ie6 (a problem about document.namespace['v'] it seems). Anyway thank you. the script is wonderful! |
|||
|
13th March, 15:36
Post: #4
|
|||
|
|||
Bottom Javascript
a.grassi Wrote:Thank you for your answer. Actually I did found a solution. Could you elaborate more on the ie6 problem and how to reproduce it? Always nice to iron out bugs. Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
13th March, 15:38
Post: #5
|
|||
|
|||
|
Bottom Javascript
I'll try to do my best while not working
I'll get back on this topic next days
|
|||
|
16th March, 23:17
Post: #6
|
|||
|
|||
|
Bottom Javascript
Hi a.grassi,
The header include issues are now resolved as of beta2, which you can grab right now on the downloads page. Thanks for the bug report! 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






I'll get back on this topic next days