JSFiddle - React, Tailwind, and code Playground

by seefeld

JavaScript

function InvoiceQueryModal(){


    if( $('#InvoiceQueryModal').length > 0){

        $('#InvoiceQueryModal .invoice-rows-container checkbox').click(){

            $(this).closest('textarea').toggle() .focus();

        }

    }


}