$(document).ready(function() { $('.touch .alert').click(function() { $(this).alert('close'); }); });