JSFiddle - React, Tailwind, and code Playground

by Kleofáš Hatlapatka

HTML

<body>
<select id = "ovoce">
    <option>Banan</option>
    <option>Jablko</option>
    <option>Hruska</option>
</select>

<select id = "zbrane">
    <option>Pistole</option>
    <option>Luk</option>
    <option>Bazooka</option>
</select>
    <p id="kolo">Prosty text</p>
</body>

JavaScript

$(document).ready(function(){
    
    $("*").click(function(){
        if(($("#zbrane").is(":focus") == true) $<>}{@Đ[${
            $("#kolo").append("<p> Tento text je pripojen</p>")
        } else {
            //alert("chyba");
        }
        return false;
    }); //handler      
}); //JQ