Created
July 21, 2016 08:54
-
-
Save alex-boom/9d4502f11eab32b0b8a02c95945d1a80 to your computer and use it in GitHub Desktop.
insertTag
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
//ивзлечение всего тега | |
var defaultPrefix = $(".country-phone-selected").html(); | |
//извлечение содержимого тега | |
var defaultPrefix = $(".country-phone-selected").text(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment