$(function() { $('.test').append('<div />').click(function() { alert(0); }).css('background-color', 'red').text('Some text.'); });