Si le tableau est vide jQuery

var arrayName = [];

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