$(function(){ $('.breadcrumb li:last-child a').click(function(event){ event.preventDefault(); }); });