$(function() { $('a.gallery-block').on('click', function() { $('#parm').load(this.href); return false }) });