Drag the name of the main feature and drop it beside the picture

if (ans5==""){ alert("Fill in the blank space"); return; } if (ans5.toLowerCase()=="9") { $('.x5').removeClass('glyphicon glyphicon-remove'); $(".x5").addClass("glyphicon glyphicon-ok"); }else{ $('.x5').removeClass('glyphicon glyphicon-ok'); $(".x5").addClass("glyphicon glyphicon-remove") } }