Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下の違いはありますか?
$(elem).css({ height : 100 })
$(elem).css({ height : 100+'px' })
Google で長い間検索してきましたが、答えが見つかりませんでした。jquery.comには、pxと整数値のみの例があります...ブラウザまたはOSに違いはありますか?