i have this code:
$('#categories').change(function() {
var myCars = new Array("Saab", "Volvo", "BMW");
addRowToTable(this.value, myCars);
$('#listings').hide();
});
but i dont want it to call the addRowToTable method if the user selects the first item because the first element says "Please select an item . . ."