Created
August 25, 2016 00:56
-
-
Save yevhenii-horbenko/b8e7ade08e4345933c8b8f46f5ad9ac2 to your computer and use it in GitHub Desktop.
Откуда был клик
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.box7-btn').click(function(){ | |
$('.place').val("Середина(Бесплатная_консультация)"); | |
$('.place').attr('name', 'Откуда:'); | |
$('.modal').arcticmodal(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment