enquire.jsJavaScript 媒體查詢庫
enquire.js 是輕量級(jí),純 JavaScript 實(shí)現(xiàn)的 CSS 媒體查詢庫:
JavaScript 回調(diào)媒體查詢,匹配或者不匹配
干凈直觀的 API
超輕量級(jí) —— 大約 0.8kb minified & gzipped!
完全無依賴,甚至是 jQuery。
簡單使用:
enquire.register("screen and (max-width:45em)", {
// OPTIONAL
// If supplied, triggered when a media query matches.
match : function() {},
// OPTIONAL
// If supplied, triggered when the media query transitions
// *from a matched state to an unmatched state*.
unmatch : function() {},
// OPTIONAL
// If supplied, triggered once, when the handler is registered.
setup : function() {},
// OPTIONAL, defaults to false
// If set to true, defers execution of the setup function
// until the first time the media query is matched
deferSetup : true,
// OPTIONAL
// If supplied, triggered when handler is unregistered.
// Place cleanup code here
destroy : function() {}
});評(píng)論
圖片
表情
