I've heard there is a better way to query the "data-ajax-link" attribute of some element.
I'm using this right now:
$(this).attr('data-ajax-link')
What's the shortform of this? Googled it quickly but couldn't find the answer. Thank you.
$(this).data('ajax-link')