@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"; }
}
How to do in jQuery?
@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"; }
}
How to do in jQuery?