Class: Meta

Meta(selector, context) → {ElementSelector}

new Meta(selector, context) → {ElementSelector}

Meta main function
Parameters:
Name Type Description
selector String 选择器,可以为类名,id,字符串,Element
context Object 上下文
Source:
Returns:
- Meta实例
Type
ElementSelector
Example
Mate(document).on('click', function (event) {
  console.log(event)
})