Jeśli tablica jest pustą jQuery

var arrayName = [];

if (arrayName.length === 0) {
    // Your code
}
Blushing Baboon