jquery jQuery.support Harta


  Hasil terjemahan:

jQuery

Acara sokongan ;

jquery jQuery.support Hartasintaks

Peranan: jQuery.support atribut mengandungi set atribut yang mewakili ciri atau kelemahan penyemak imbas yang berbeza. Sifat ini digunakan terutamanya secara dalaman oleh jQuery.

Sintaks: jQuery.support.propvalue

Operasi: propvalue Diperlukan. Menentukan fungsi yang akan diuji. Ujian ini termasuk: kotak ajaxModel changeBubbles checkClone checkOn cors cssFloat hrefNormalized htmlSerialize leadingWhitespace noCloneChecked noCloneEvent opacity optDisabled optSelected scriptEval() style submitBubbles tbody

jquery jQuery.support Hartacontoh

<!DOCTYPE html>
<html>
<head>
<script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js">
</script>
<script>
$(document).ready(function(){
  $("p").html("本浏览器能够创建 XMLHttpRequest 对象: " + jQuery.support.ajax);
  });
</script>
</head>
<body>

<p></p>

</body>
</html>
Jalankan Instance »

Klik butang "Run Instance" untuk melihat contoh dalam talian

Cadangan popular

Rumah

video

Soal Jawab