2008年5月18日 星期日

trim, anchor

http://docs.jquery.com/Utilities/jQuery.trim

利用trim 去掉頭尾空白長度還是沒大於0 就是空的
$('form_element').submit()
link 如果找不到anchor 就會直接跳top, 所以要return false

if ($.trim(rsp_modal.find('#comment_content').val()).length > 0){
rsp_modal.find('form').submit();
return false;
}



設anchor
<a href="#01">GO TOP</a>

<a name="01" id="01"></a>

沒有留言: