$(function() { $('a').click(function(){ $('.box .fr div:eq(0)').append('

1111111

') }) })