编写元素查询式 CSS EQCSS

码农软件 · 软件分类 · CSS框架 · 2019-04-20 13:13:08

软件介绍

EQCSS

EQCSS 是一个 JavaScript 插件,让您可以在 CSS 中编写元素查询。它能将元素查询,Scoped CSS,父选择器和响应 JavaScript 到引入到 IE8 浏览器。

使用

下载 EQCSS 后,你将需要将其添加到您将使用元素查询的每个 HTML 页面。 最好在内容之后,在<body>标记结束之前添加<script>:

<script src=EQCSS.js></script>

如果你需要支持 IE8,可使用 polyfill,添加 @media 查询和 @element 查询到 IE8。 在添加 EQCSS 之前,将此文件添加 HTML:

<!--[if lt IE 9]><script src="EQCSS-polyfills.js"></script><![endif]-->

你也可以使用以下命令从 NPM 获取 EQCSS:

npm install eqcss

yarn add eqcss

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

The Java Language Specification, Java SE 7 Edition

The Java Language Specification, Java SE 7 Edition

James Gosling、Bill Joy、Guy L. Steele Jr.、Gilad Bracha、Alex Buckley / Addison-Wesley Professional / 2013-2-24 / USD 59.99

Written by the inventors of the technology, The Java(r) Language Specification, Java SE 7 Edition, is the definitive technical reference for the Java programming language. The book provides complete, ......一起来看看 《The Java Language Specification, Java SE 7 Edition》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试