Можете ли вы включить Jquery Theme с URL
Как это!
<style type="text/css">
@import url "http://www.jquery.com/path_to_jQuery_theme.css";
</style>
Возможно ли что-то подобное? Или мне нужно загрузить его, чтобы иметь возможность включить его?
1 ответ
NVM, нашел это:
<link rel="stylesheet" type="text/css"
href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/ui-lightness/jquery-ui.css" />