$(document).ready(function() {
    $('a[href="/collection"]').click(function() {
        return false;
    }); 
});

