I have 3 signature boxes on a page and I'm trying to check if they are empty/blank.
I tried $('#input_5_9').val() == ''
but it doesn't detect anything.
When I interact with the canvas nothing changes in the HTML
.
The HTML
for the canvas is:
<canvas id="input_5_9" width="300" height="180" style="border-width: 2px; border-style: dashed; border-color: rgb(221, 221, 221); background-color: rgb(255, 255, 255); cursor: url("https://website.com/super_signature/pen.cur"), pointer; width: 300px; height: 180px;"></canvas>