I'm using this to click to show a phone number but I want to make a click to call after showing the phone number. Any tips? Thanks in advance!
<span id="number" data-last="123-456-7896"><span>
<a class="see">(718)... Click to show </a></span>
$('#number').click(function() {
$(this).find('span').text( $(this).data('last') );