How to do JavaScript object introspection?

前端 未结 3 1950
春和景丽
春和景丽 2020-12-14 10:51

What to do when after all probing, a reportedly valid object return \'undefined\' for any attribute probed? I use jQuery, $(\'selector\').mouseover(function() { });

3条回答
  •  借酒劲吻你
    2020-12-14 11:35

    Though this answer is a bit late, I'd still recommend checking out these links:

    http://www.webweavertech.com/ovidiu/weblog/archives/000317.html
    http://www.syger.it/Tutorials/JavaScriptIntrospector.html

提交回复
热议问题