$('.btnShow').live("click", function(){ $('#Test').show(0); }); <button class="btnShow">Show</button>