これが私がHTMLで持っているものです:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="/static/jslibs/jquery-ui-1.10.2.custom/css/ui-lightness/jquery-ui-1.10.2.custom.css"></script>
<title>test</title>
</head>
<body>
</body>
</html>
そして、これが私がそれで得たものです:
Uncaught SyntaxError: Unexpected token .
...Here code caused exception...
.ui-helper-hidden {
display: none;
}
知っている人はいますか?