html:
<p>你好,6666666666666666666,他大爷,55555555555555555555</p>
js:
$('p').mouseup(function(){
var txt = window.getSelection?window.getSelection():document.selection.createRange().text;
alert(txt) ;
})
html:
<p>你好,6666666666666666666,他大爷,55555555555555555555</p>
js:
$('p').mouseup(function(){
var txt = window.getSelection?window.getSelection():document.selection.createRange().text;
alert(txt) ;
})