Latest web development tutorials

jQuery.isWindow () method

jQuery Misc Methods jQuery Misc Methods

Examples

Determine whether the argument passed to the window object

window is a window right? <b> </ b> <script> $ (function () {$ ( "B"). Append ( "" + $. IsWindow (window ) );}) </ Script>

try it"

Definition and Usage

$ .isWindow () Function is used to determine whether the specified parameter is a window screen.


grammar

$.isWindow( object )

参数 描述
object 任意类型 需要进行判断的任意值。


jQuery Misc Methods jQuery Misc Methods