$("#fm_delivery_or_collection option:selected").each(function () { var $this = $(this); if ($this.length) { var selText = $this.text(); console.log(selText); } });