as much as i can see, thickbox.js is not in the same folder as your page
(and jquery.js). my suggestion would be to put all javascript in a
folder in your root folder (eg. '/js/') and then reference it with
absolute urls (/js/thickbox.js, /js/jquery.js).
also, there's an unclosed $(document).ready() in your head, you should
remove that also.. or put something in there and close it :)..
dennis.
helpshelps wrote:
THE INDEX LINK IS: http://www.tripanni.it/
THE REFERENCE LINK WHICH I EXPECTED TO HAVE A THICKBOX ARE ON SECOND LEVEL
http://www.tripanni.it/sito/page2.html
THE LINK "GALLERIA" and THE LINK "CONTATTI" shows up as plain text instead
of THICK BOX JAVASCRIPT... and only when the site is online
I CANT FIGURE OUT WHY... :(
any help ii very welcomed
spinnach wrote:
could you provide a link to the page ?
dennis.
helpshelps wrote:
i have a problem implementing jquery and thickbox in my site, and i can't
understand the reason, because, the off-line site is perfectly working
with
all the libraries and visualize the thickbox, but when i upload it on my
linux serve, it does not display the thick box but the plain html
releated
page. ANyone can help please?