$('body') .append( $("<div/>").attr('id', 'foo') ) .append( $('<span/>').attr('id', 'foo') ) .append( $('<p/>').attr('id', 'foo') ) ; console.log( $('[id="foo"]') );