JavaScript代码检查工具 Prototype Profiler

软件介绍

Prototype Profiler (pro2js) 是一个可以用来检查 JavaScript 中愚蠢的代码问题。支持主流浏览器,性能优越。需要 Prototype 库的支持。

示例代码:

var demoApp = {
        updateSelectorsLog: function (profiler) {
                alert(Object.toJSON(profiler.selectors));
        },
        updateEventLog: function (profiler) {
                alert(Object.toJSON(profiler.events));
        }
};

本文地址:https://www.codercto.com/soft/d/20580.html

Head First Web Design

Head First Web Design

Ethan Watrall、Jeff Siarto / O’Reilly Media, Inc. / 2009-01-02 / USD 49.99

Want to know how to make your pages look beautiful, communicate your message effectively, guide visitors through your website with ease, and get everything approved by the accessibility and usability ......一起来看看 《Head First Web Design》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具