Skip to content

Instantly share code, notes, and snippets.

@yoandresaav
Created November 27, 2019 18:11
Show Gist options
  • Save yoandresaav/3e70a8b1ae1f4e3e475490dea84766b8 to your computer and use it in GitHub Desktop.
Save yoandresaav/3e70a8b1ae1f4e3e475490dea84766b8 to your computer and use it in GitHub Desktop.
Mantiene el evento click siempre anclado aunque se relllene el html del div
$("body").delegate(".link_name", 'click', function(e){
// function body
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment