3

I have Jquery-UI on my localhost site,everything was fine 3 or 4 days but today this error is appearing: syntax error css/jquery-ui-1.8.14.custom.css Line 13 . This is where firebug says is the error: .ui-helper-hidden{ display: none; }

1
  • Mark as answer if it's the answer. Commented Aug 8, 2012 at 14:29

1 Answer 1

14

You probably have something like

<script type="text/javascript" src="/css/smoothness/jquery-ui-1.8.15.custom.css"></script>

Instead of

<link rel="stylesheet" type="text/css" href="/css/smoothness/jquery-ui-1.8.15.custom.css"/>
Sign up to request clarification or add additional context in comments.

1 Comment

GREAT! that was my problem. how did you get that?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.