Hello, I'm wondering if this is the correct way of checking whether the textbox is empty or not:
if ($("#text").val() == '') Thanks.
Hello, I'm wondering if this is the correct way of checking whether the textbox is empty or not:
if ($("#text").val() == '') Thanks.