jQuery('table.ui-datepicker-calendar tr').each(function(){ jQuery(this).find('td').filter(function(index){ if ($(this.html()==13) return false else return true; }) .append("hello"); });