jQuery
???; ???; ??;
jquery jQuery.support ?? ???
Role: jQuery.support ???? ??? ???? ???? ???? ???? ?? ??? ???? ????. ? ??? ?? jQuery?? ????? ?????.
??: ??jQuery.support.propvalue
??: propvalue ?????. ???? ??? ?????. ??? ????? ??? ?????. ajax boxModel ??Bubbles checkClone checkOn cors cssFloat href???? htmlSerialize LeadingWhitespace noCloneChecked noCloneEvent opacity optDisabled optSelected scriptEval() ??? submitBubbles tbody
jquery jQuery.support ?? ?
<!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("本瀏覽器能夠創(chuàng)建 XMLHttpRequest 對(duì)象: " + jQuery.support.ajax); }); </script> </head> <body> <p></p> </body> </html>
??? ????? ??? "???? ??" ??? ?????