2012-07-20から1日間の記事一覧

Google Libraries APIでjQuery UIのcssを読み込む

ドキュメントには、cssについては特に記述がありませんがありますね https://developers.google.com/speed/libraries/devguide こんな感じで使えます <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/hot-sneaks/jquery-ui.css" type="text/css" media="all" /> </link>