我在Twitter Bootstrap中看到了这个选择器:
.show-grid [class*="span"] {
background-color: #eee;
text-align: center;
border-radius: 3px;
min-height: 30px;
line-height: 30px;
}
有谁知道这种技术叫什么及其作用?
1
api.jquery.com/attribute-contains-selector
—
biziclop 2012年
许多很酷的CSS选择器可用:w3.org/TR/selectors/#selectors
—
Tim Medora,2012年
类似但不完整的副本,stackoverflow.com
—
questions/7366323/…