var selection = window.getSelection();. var $post = $(selection.anchorNode).parents('.post');. if ($post.length == 0) {. console.log('Start of selection was ...
確定! 回上一頁