| Author |
JQuery custom theme does not work in JSP
|
jd mim
Greenhorn
Joined: Jun 18, 2011
Posts: 1
|
|
I have a problem with jquery not working in JSP. I have downloaded a theme in jquery but it does not seem to work. And I do not know what is the problem why it does not seem to work. I am very new to jquery and JEE. I am actually rushing this project as the deadline is very near. I would very much appreciate your help.
this is my jsp code: (the markup is from the demo of the theme I downloaded in jquery theme roller since I meant to see how it would look first before implementing)
It would be very nice if someone would be willing to help me out.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
You are using page-relatiove URLs. Bad idea.
Your resources should be addressed using server-relative URLs that begin with the context path. See the JspFaq.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JQuery custom theme does not work in JSP
|
|
|