是否有可能拋出一個div元素內的文本的jquery-select()事件? 這是我的例子,但它不工作。獲取突出顯示的文本 - 並導航到URL
<div id='id1'>Hello text</div>
$("#id1").select(function() {
alert("something was selected");
});
我的目標是在文本中選擇一個詞,並把這個選擇的單詞在URL,並與這個網址打開一個新窗口。 例如我標記或者更確切地說,我選擇的話打招呼,單詞Hello應該在這個網址
window.open('http://dict.leo.org/ende?lp=ende&lang=de&searchLoc=0&cmpType=relaxed§Hdr=on&spellToler=&search=Hello');
我不知道apear如果選擇事件纔是正道。 請幫忙。 抱歉我的英文不好!
檢查此問題:http://stackoverflow.com/questions/985272/jquery-selecting-text-in-an-element-akin-to-highlighting-with-your-mouse – Gabe 2012-01-12 22:02:51