MarkTest
by robasc33
HTML
<!DOCTYPE html>
<body>
<input type="button" name="checkAllSelector" id="checkAllSelector" style="background-color:white; color:blue" value="Select all" class="btn btn-link btn-sm">
<div>TODO write content</div>
</body>
JavaScript
$('#checkAllSelector').click(function() {
window.alert("im here");
});