$(document).ready(function() { $('a[id^="show_"]').click( function() { $('#content_'+$(this).attr('id')).toggle('slow'); } ); });