$('li').click(function(){ var $this = $(this); $this.data( 'parent', $this.parents('li[data-id]').data('id') ) })