2010-09-06 29 views

回答

0

如果您的意思是選擇文本,就好像您將它拖過去一樣,請參閱this question。無論您嘗試使用哪種方法,請在鼠標懸停時使用它,請使用.mouseenter()

$('#mydiv').mouseenter(function(){ 
    my_superduper_selection_function(this); 
});