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