Search
 
SCRIPT & CODE EXAMPLE
 

HTML

email and button bootstrap

$(document).ready(function() {
  $('#mailbutton').click(function(event) {
    window.location = "mailto:example@example.com";
  });
});
Comment

email and button bootstrap

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
<a href="#" id="mailbutton" class="btn btn-primary">Send us a mail!</a>
Comment

PREVIOUS NEXT
Code Example
Html :: what is attributes in html 
Html :: how to create a clock 
Html :: bootstrap slider 
Html :: mongodb playground 
Html :: how to add see button in password input in html 
Html :: Centered Menu Semantic UI 
Html :: how to do anchor in jupyter notebook markdown 
Html :: bold text html 
Html :: add accordion in bootstrap 
Html :: tailwind box with text 
Html :: ctx arc 
Html :: HTML tags - what are tags ? 
Html :: text-muted 
Html :: vscode access workspace settings.json 
Html :: delete html file from git 
Html :: bootstrap offcanvas 
Html :: pass button value to javascript function 
Html :: html <sub 
Html :: form action delete 
Html :: how to make text bold in html 
Html :: is jeremy ugly 
Html :: HTML <section Element 
Html :: disabling cach using meta tag 
Html :: ex:copy inner div shuld be HTTPS 
Html :: db sheets 
Html :: how to create div with class in vs code html shortcut 
Html :: c# how to get src from html img 
Html :: css: how to change SVG color when :hover on Parent element 
Html :: see emoji flag on desktop 
Html :: como meter imagem html code 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =