Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

jQuery Window plugin not working

Hi, I'm ref this url, http://fstoke.me/jquery/window/.  Please see my code in the attached file.
Nothing happens when I click on the image.  Thank you.
htmlJquery.txt
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Any messages in the Firefox console?

Do you have a URL?
ASKER CERTIFIED SOLUTION
Avatar of Maverick_Cool
Maverick_Cool
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca
lapucca

ASKER

I've ftp my files and folder to xraymind.org.  the index.html file is at /xraymind.org/wwwroot/Salisbury (from ftp path).  I enter the url in browser as http://www.xraymind.org/Salisbury/index.html
but I got error : HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Why won't it bring up the page so I can show you?  Thanks.
you need contact hosting services.
If the data in the html file are static we can test it without the use of webserver.
Avatar of lapucca

ASKER

This page uses jQuery besides html.  Can you still test it?  Thanks.
Avatar of lapucca

ASKER

Here is the file.  Please let me know if you need anything else to test it for me. Thank you.
Index.htm
Avatar of lapucca

ASKER

In Firebug, I got the following error message.  It seems like it's not recognize jQuery or it didn't find the jQuery library.  The jQuery files are on my hard drive at C:\Salisbury\jQuery.  The index.html file is at  C:\Salisbury.  So, what's wrong with my script src ref like:src="/jQuery/jquery-1.5.1.min.js"

$ is not defined
CreateControl3Window()Index.htm (line 20)
onclick(event=click clientX=526, clientY=146)1 (line 2)
event = click clientX=526, clientY=146
[Break On This Error] $("#img1").hide();
Avatar of lapucca

ASKER

It doesn't like the extra '/' for the jquery library files.  Thanks.