Si la matriz está vacía jQuery

var arrayName = [];

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