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)
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)
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.