Home > front end >  Span tags to multi-select list effect
Span tags to multi-select list effect

Time:09-25

Would you like to do such a front-end module, but not very good master layout and style effect, hope to have a big help! Be urgent! (初来乍到也不知道这个分数是怎么评定的,我只有40分,却有分数给定限制)

CodePudding user response:

This very simple can use ul can also use div control width size Settings can float

CodePudding user response:

Is a multiple-choice style?
 

$(" li "). Each (function () {
$(this). Click (function () {
If ($(this). HasClass (" qq ")) {
$(this). RemoveClass (" qq ")
} else {
$(this). AddClass (" qq ")
}
})
})

CodePudding user response:

The grid layout
  • Related