Skip to content

Instantly share code, notes, and snippets.

@cyberlex404
Created January 25, 2018 17:23
Show Gist options
  • Select an option

  • Save cyberlex404/83fbf4877cb09eaad4d27b0a5d36dc5a to your computer and use it in GitHub Desktop.

Select an option

Save cyberlex404/83fbf4877cb09eaad4d27b0a5d36dc5a to your computer and use it in GitHub Desktop.
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