Skip to content

Instantly share code, notes, and snippets.

@VladimirIvanin
Created February 16, 2017 17:55
Show Gist options
  • Save VladimirIvanin/96d726d05b74c2493949fa01890db321 to your computer and use it in GitHub Desktop.
Save VladimirIvanin/96d726d05b74c2493949fa01890db321 to your computer and use it in GitHub Desktop.
Подписка на событие
$(document).on('selected:insales:checkout:delivery', function(event) {
console.log('Выбран способ доставки:', event);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment