Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omidnasri/30ed46865cc80983b8393f8bfee0da15 to your computer and use it in GitHub Desktop.
Save omidnasri/30ed46865cc80983b8393f8bfee0da15 to your computer and use it in GitHub Desktop.
[jQuery] find element by data attribute
$('#id').find('[data-name="' + js_var + '"]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment