Call US buttons for jQuery and mobile phone

Buttons demo

More info here...

Mail Us



Call Us



SMS Us



Call Us



Call Us



Call Us



Call Us



Call Us



Call Us



Call Us



Call Us



Call Us



Options

Usage

Place a phone number or email address in the href of an anchor tag. Then use some jQuery to call the plugin:

<script>
	$(document).ready(function() {
		$('.your-link').call_us({
			theme: 'blue',
			type: 'tel',
			testing: true
			/* other options here */
		});
	});
</script>

If no type is specified, the script will check the type of the href. So if the href equals mailto:john@example.com, it will be seen as an email address, if the href equals tel:123456789, it will be seen as a telephone number. If no tel:, mailto:, sms: or type is specified, it will be seen as a telephone number.