Wenn das Array leer ist jQuery

var arrayName = [];

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