Blankman
Blankman

Reputation: 267380

jquery ui css and image files are in a different folder, how to configure?

I am using the jquery ui, I downloaded the entire toolset.

I put the css and images into a folder like:

/images/jquery/base/
/images/jquery/ui-lightness/

How can I configure this so it works?

(if that's possible)

Upvotes: 2

Views: 2215

Answers (1)

Francisco Aquino
Francisco Aquino

Reputation: 9127

That is normal virtual pathing, meaning you'll have to reconfigure your .js and css files inside the plugins to look for the new path. IMO just use the default way, create an extra 'plugins' or 'extras' folder or something and avoid the trouble.

Upvotes: 2

Related Questions