This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes JQuery custom theme does not work in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JQuery custom theme does not work in JSP" Watch "JQuery custom theme does not work in JSP" New topic
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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JQuery custom theme does not work in JSP
 
Similar Threads
JQueryUI: Embedding an Accordion inside a Tab -- Problem
Center the entire website
jquery accordion and tabs on the same page
How to disable header tag in jquery or javascript
Replacing one DIV with another