jquery check for empty array code example Example: if array is empty jquery var arrayName = []; if (arrayName.length === 0) { // Your code }