24 Web monitoring Description Parameters Examples Configuring a Web monitoring widget See also 24 Web monitoring Description These parameters and the possible property val...
24. Modules 24.1. Before modules: scripts 24.2. Module systems created prior to ES6 24.2.1. Server side: CommonJS modules 24.2.2. Client side: AMD (Asynchronous Module Definition...
24 Web monitoring Overview Configuration Web monitoring widget Viewing the status and data 24 Web monitoring Overview This widget displays a status summary of the active we...
事件 24.1 当给事件附加数据时(无论是 DOM 事件还是私有事件),传入一个哈希而不是原始值。这样可以让后面的贡献者增加更多数据到事件数据而无需找出并更新事件的每一个处理器。例如,不好的写法: // bad $ ( this ). trigger ( 'listingUpdated' , listing . id ); ...