jQuery(document).ready(function($) {. $('ul').find('li').each(function () {. if ($.trim($(this).text()) == "") {. $(this).remove();. }.
確定! 回上一頁