function like_init() { $("like").each(function () { if ($(this).html().length == 0) { $(this).append( "0" ); } }); }