select li ul jquery code example
Example: slect all li that not have ul
// try to use a simple trick
ul li ul{
font-weight: normal;
}
ul li{
font-weight: bold;
}
// try to use a simple trick
ul li ul{
font-weight: normal;
}
ul li{
font-weight: bold;
}