$(document).ready(function() { $('a').click(function() { var url = /file.php/.exec( $(this).attr('href') ); alert(url); return false; }); });