Welcome Guest, Not a member yet? Register   Sign In
Notezz - an AJAX jQuery / CodeIgniter demonstration (drag 'n drop etc.)
#10

[eluser]pistolPete[/eluser]
You are using relative paths:
Code:
script type="text/javascript" src="java/jquery-1.2.6.min.js"

If you are on http://www.filmahosting.com/notes/index.php/main/index/, the file is requested from
http://www.filmahosting.com/notes/index....2.6.min.js.

You can avoid that using absolute paths:
Code:
script type="text/javascript" src="/notes/java/jquery-1.2.6.min.js"


Messages In This Thread
Notezz - an AJAX jQuery / CodeIgniter demonstration (drag 'n drop etc.) - by El Forum - 03-03-2009, 09:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB