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.
jQuery と JavaScript の Math ライブラリを組み合わせて、精巧な関数にアクセスできますか? jQueryは有効なJSなので問題ないはずですよね?
jQuery は JavaScript を殺すのではなく、その上に構築されており、JS で行うことはすべて jQuery フレームワーク内で機能します。
つまり、MathjQuery からオブジェクトを参照するには、複雑であいまいな名前を使用する必要がありますMath:P
Math
$(function () { alert(Math.round(0.5)); });