Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created December 15, 2011 13:26
Show Gist options
  • Save jpadilla/1481080 to your computer and use it in GitHub Desktop.
Save jpadilla/1481080 to your computer and use it in GitHub Desktop.
$(this.el).find('.dwr-guestInfoHear.cnt-select').html($('#referral-sources-template').html());
selected_referral = this.model.get('referral_source').id;
if(selected_referral !== undefined) {
$(this.el).find('.dwr-guestInfoHear.cnt-select option[selected="selected"]').removeAttr('selected');
$(this.el).find('.dwr-guestInfoHear.cnt-select option[value="' + selected_referral + '"]').attr('selected', 'selected');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment