$('div.tag-box > a').each(function() { var $this = $(this) ; if($this.text().length > 3) { $this.append('<span class="fade"></span>') ; } ; }) ;