如何在jquery中使用css的content属性

时间:2014-03-02 10:11:24

标签: jquery css3

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {

    td:nth-of-type(2):before { content: "Last Name"; }

}

如何在jQuery中使用?

0 个答案:

没有答案