Skip to content

Instantly share code, notes, and snippets.

@denisz
Last active October 12, 2018 13:57
Show Gist options
  • Save denisz/9a46b29d76c9e64efd2673daf6b04860 to your computer and use it in GitHub Desktop.
Save denisz/9a46b29d76c9e64efd2673daf6b04860 to your computer and use it in GitHub Desktop.
$(".head-unreal-form-call").on("click", function() {
var $this = $(this), type = $this.data('type')
promise.then(function(content){
var $form = content.find('#orderUnrealForm'),
$selectPackages = $form.find('#packages');
$selectPackages.val(type).change();
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment