control-freak-ide/Control-Freak-Documentation/jQuery/docs/entries/jQuery.isWindow.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

1 line
708 B
JSON

{"name":"jQuery.isWindow","type":"method","title":"jQuery.isWindow()","deprecated":null,"removed":null,"desc":"Determine whether the argument is a window.","categories":["utilities","version/1.4.3"],"entries":[{"return":"boolean","signatures":{"added":"1.4.3","argument":{"desc":"Object to test whether or not it is a window.","name":"obj","type":"PlainObject"}},"examples":{"desc":"Finds out if the parameter is a window.","code":"\n$( \"b\" ).append( \"\" + $.isWindow( window ) );\n","html":"\nIs 'window' a window? <b></b>\n"},"longdesc":"\n <p>This is used in a number of places in jQuery to determine if we're operating against a browser window (such as the current window or an iframe).</p>\n "}]}