Skip to content

Instantly share code, notes, and snippets.

@Nikeshsuwal
Created March 28, 2016 11:25
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 Nikeshsuwal/06eeb2ea0ad10f3054c7 to your computer and use it in GitHub Desktop.
Save Nikeshsuwal/06eeb2ea0ad10f3054c7 to your computer and use it in GitHub Desktop.
Use of data-link
<div class="browse-media-bg" data-link="/societies/1" >hello</div>
$(".browse-media-bg[data-link]").on 'click', ->
window.location = $(this).data("link")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment