Wrong Paths in jQuery UI CSS
-
The plugin tries to load assets from a weird path that doesn’t exist.
There are multiple instances in the jquery-ui css that have the wrong path.
1 example:
.ui-widget-content{border:1px solid #ddd;background:#eee url("../../../../Downloads/jquery-ui-1.11.4/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}As you can see it tries to traverse out 4 times which is outside of the plugin folder itself.
The topic ‘Wrong Paths in jQuery UI CSS’ is closed to new replies.