首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > jQuery转储插件。检查在一个弹出窗口对象的属性。

jQuery转储插件。检查在一个弹出窗口对象的属性。

资 源 简 介

Showing dump result in a pop-up window makes you available to: * search for a needed string using browser search functionality * save result and keep it as a reference * execute parameter-less inner functions * manage dumps of multiple objects as pages * use it in mobile development Note 1. browser should allow popups 1. variable __jqdump__ exposed to the DOM after first dump call Example ``` // dump navigator properties $.dump( window.navigator, /* any object to dump */ 1, /* optional dump depth, default: 2 */ "window.navigator" /* optional label */ ); // dump element selected by the jQuery selector $("#element").dump(); // same as $.dump($("#element"), 2, "(#element)"); // this may be used to disable all following function calls $.dump("off"); ``` Features multiple object dumping due to asynchronous nature of

文 件 列 表

jquery.dump.js
test.html
jquery.dump.html

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP