Created
January 25, 2018 17:23
-
-
Save cyberlex404/83fbf4877cb09eaad4d27b0a5d36dc5a 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
| var inpName = $('input#ins'); | |
| console.log(inpName); | |
| console.log(inpName.val()); | |
| $('#ins').on('click',function () { | |
| // $('.insert').hide(); | |
| alert('ffff'); | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment