jquery check if a field exists code example Example: jquery check if element exists // Check if an element currently exists if ($('#element').length) { }