<div class="btn fake-btn" style="border:1px solid #ccc;background:#eee">A "button"</div>
<script type="text/javascript">
$('.btn').on('click', function() {
alert('you clicked me')
})
</script>