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バージョンが1.8.3よりも大きいかどうかを確認しようとしていますが、parseInt($.fn.jquery)1桁しか出力されません。
parseInt($.fn.jquery)
バージョン 9.99.99 まで有効な、少し短い「ワンライナー」テスト:
$.fn.jquery.replace(/\.(\d)/g,".0$1").replace(/\.0(\d{2})/g,".$1") > "1.08.03"