0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【躓き1文字】jQueryにCSSが当たってなさそうな時の解決方法

0
Posted at

当該問題

コードはすべて同じなのに、UI表示が異なっていた。

  1. Webアプリの本番環境でUIバグがある。
  2. ローカルではこのUIバグは発生しない。

の時に確かめて欲しい!

解決

HTTPSになってなかっただけ:slight_smile:
ローカルだと動くんだけど、本番だと動かなかったりするよね。

変更前

http://code.jquery.com/ui/******/themes/hot-sneaks/jquery-ui.css

変更後

https://code.jquery.com/ui//******//themes/hot-sneaks/jquery-ui.css
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?