function engine(e) { if (e && !e.currentTarget.selectedIndex) { $("#price_item").text("Цена 1"); } else { $("#price_item").text("Цена 2"); } }