DEV Community

programmerabhi
programmerabhi

Posted on

after selecting any one option, the others become unselectable(disable)

How to do this, after selecting any one option, the others become unselectable(disable) . Please hint according to the given code snippet.
$(".mcq").on("click","li", function(){
$(this).addClass("select");
where
.mcq li.select {
background:#68c9c6;
color:#fff;
animation:zoomOut 300ms ease;
}

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay