首页| 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
  • Mason 1分钟前 成为了本站会员

  • 31分钟前 成为了本站会员

  • Half_Punch 1天前 成为了本站会员

  • liqing71718 1天前 成为了本站会员

  • 伟国 1天前 成为了本站会员

  • songy 1天前 成为了本站会员

  • 纯色幽默 1天前 成为了本站会员

  • odd? 1天前 成为了本站会员

  • 52JOY... 1天前 成为了本站会员

  • Sirius 2天前 成为了本站会员

0.180150s