E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
getSelection()
非Chrome使用google翻译网页
javascript:vart=((window.
getSelection
&&window.
getSelection
())||(document.
getSelection
&&document.
getSelection
七_号
·
2013-08-27 08:42
杂项
非Chrome使用google翻译网页
javascript:var t=((window.
getSelection
&&window.
getSelection
())||(document.
getSelection
&&
KillEr_Jok
·
2013-08-27 08:00
google翻译
非插件翻译
IE翻译
阻止文字选中
userSelect : "none"//做兼容});//jq1.8版本以上方法2:document.getElementById('div').onmousemove = function(){ window.
getSelection
陈微
·
2013-08-01 17:00
C# MediaPlayer的详细用法
d.selection.createRange().text:''):(d.
getSelection
?d.
getSelection
():'
hutao1101175783
·
2013-07-16 11:00
js获取选中内容
查了一下,通过window.
getSelection
()方法或document.
getSelection
()方法,可以获得选中的文字内容。
老Man
·
2013-06-07 10:00
js
修改一个编辑器需要用的到range和selection对象
其余的都是大赞啊,附下一些代码可以起手: functionMoveButton() { varwanderer=document.getElementById("wanderer"); if(window.
getSelection
andybegin
·
2013-04-11 00:00
range
分形与递归
@Override publicvoidmousePressed(MouseEvente){ x1=e.getX(); y2=e.getY(); command=bg.
getSelection
(
lwangkangrui
·
2013-03-17 01:00
java
[学习记录]EditText的光标位置
比如说getSelectionEnd、getSelectionStart、removeSelection、selectAll、setSelection,详细的参数声明如下:finalstaticint
getSelection
shenmay2012
·
2012-12-23 15:00
JavaScript操作选择对象
//替换选中文本内容,参数text为要替换的内容 functionSetSelectionText(text){ //非IE浏览器 if(window.
getSelection
){ varsel=window.
getSelection
pgmsoul
·
2012-12-17 12:00
JS中过滤HTML文本脚本片段
初稿脚本:function getSel() { var txt = ''; var foundIn = ''; if(window.
getSelection
)
danni505
·
2012-12-04 13:02
js
过滤
字符
开源技术
禁止拖放对象文本被选择的方法
ie:document.selection.empty()ff:window.
getSelection
().removeAllRanges()兼容的写法: window.
getSelection
?wi
picpld
·
2012-11-30 13:00
CMS:文章管理之视图(4)
代码如下:onCategoryEdit:function(){varme=this,tree=me.view.down("treepanel"),rs=tree.getSelectionModel().
getSelection
tianxiaode2008
·
2012-11-17 19:10
JavaScript
MVC
CMS
js常用
一、清空选中window.
getSelection
?
GM_LV
·
2012-10-24 21:00
JavaScript获取选中对象
首先得到selection对象varselObj=window.
getSelection
();取得selection包含的range对象varrange=selObj.getRangeAt(0);取得range
pgmsoul
·
2012-09-20 22:00
JavaScript
div
pasteHTML兼容ie,firefox,chrome
){ varmyRange=document.selection.createRange(); varm=myRange.pasteHTML(''); } elseif(window.
getSelection
yiluoAK_47
·
2012-08-27 15:00
iframe
IE
chrome
firefox
button
获取鼠标选中文字
本文关键点: document.selection.createRange().text //ie document.
getSelection
();//ff selection 
gleams
·
2012-08-03 11:00
中文
获取鼠标选中文字
本文关键点: document.selection.createRange().text //ie document.
getSelection
();//ff selection 
gleams
·
2012-08-03 11:00
中文
js获取网页选中部分的内容,包含html代码
functiongetSelectedContents(){ if(window.
getSelection
){//chrome,firefox,opera varrange=window.
getSelection
·
2012-06-20 09:00
html
如何获取页面上鼠标选中的文字
www.cnblogs.com/NetSos/archive/2011/02/14/1954345.html本文关键点:document.selection.createRange().text//iedocument.
getSelection
cubuntu
·
2012-05-24 21:00
新浪微博
function
脚本
测试
文档
document.selection 和
getSelection
的demo
document.selection){varselObj=document.selection.createRange();text=selObj.text;}else{varselObj=window.
getSelection
所得税
·
2012-05-21 20:00
DWRUTIL
_
getSelection
("selectRangeBasic") 得到s
杨小幂
·
2012-04-25 16:00
DWR
extjs4 弹出窗口
对象 varwin; functionclick(){//双击GRID的方法 //varModel=gridpanel.getSelectionModel(); //varsels=Model.
getSelection
arkshine
·
2012-02-24 07:46
职场
extjs4
休闲
Ext选择模式与表格特性详解
Ext.selection.Model重要方法1.撤销选择deselect(Ext.data.Model/Indexrecords,BooleansippressEvent):void2.得到选择的数据
getSelection
zhangshuaipeng
·
2012-01-19 01:00
object
function
ext
table
button
features
AxWindowsMediaPlayer的用法详细
d.selection.createRange().text:''):(d.
getSelection
?
kingmax54212008
·
2012-01-05 18:00
function
网络
String
object
Integer
url
javascript开发随笔3 开发iframe富文本编辑器的一点体会
a.获得光标位置或选中元素:首先
getSelection
,创建ran
·
2011-11-25 01:13
JFace 的treeViewer的双击展开或收缩
Override publicvoiddoubleClick(DoubleClickEventevent){ IStructuredSelectionis=(IStructuredSelection)event.
getSelection
鹅鹅鹅鹅鹅
·
2011-11-08 13:00
跨浏览器的 document.selection.clear() 和 empty()实现
functionRemoveSelection(){ if(window.
getSelection
){//allbrowsers,exceptIEbeforeversion9 varselection=
山哥
·
2011-10-18 16:00
光标操作的相关差异
1.docuement.selection只支持IE 2.window.
getSelection
支持ff/chrome/opera 3.无光标的时候ff和opera的element.selectionStart
zhangyaochun
·
2011-10-13 20:00
selection
兼容性差异
EditText的光标选择(android.text.Selection)&输入指定字符
比如说getSelectionEnd、getSelectionStart、removeSelection、selectAll、setSelection,详细的参数声明如下 finalstaticint
getSelection
strliu
·
2011-10-05 11:00
自动生成条码的bookmarklet
在某个书签上右键,然后修改某个书签的地址(如http://www.baidu.com)为 javascript:(function(){var%20msg='';if(window.
getSelection
nisen
·
2011-08-19 15:00
bookmark
Android的EditText的光标选择问题
比如说getSelectionEnd、getSelectionStart、removeSelection、selectAll、setSelection,详细的参数声明如下finalstaticint
getSelection
gyflyx
·
2011-07-09 16:00
android
javascript获取选中的文字
var e = getSelectText.caller.arguments[0] || window.event; var selText = ""; if (window.
getSelection
lmh2072005
·
2011-06-30 10:00
JavaScript
Javascript 获取选中的文本
整理:http://www.CodeBit.cn function getSelectedText() { if (window.
getSelection
hi_beijing
·
2011-06-25 12:00
JavaScript
IE
firefox
html选中区域判断
getSelectionHTML : function() { var userSelection; if (window.
getSelection
) { // W3C Ranges userSelection
floydd
·
2011-06-10 13:00
选中
selection
光标处插入文本的jQuery插件
** * 清除当前选择内容 */ unselectContents: function(){ if(window.
getSelection
WL531230
·
2011-05-17 16:00
jquery
插件
文本
休闲
光标
获取浏览器选中区域内容的js
getSelectionHTML : function() { var userSelection; if (window.
getSelection
) { // W3C Ranges userSelection
floydd
·
2011-03-16 15:00
浏览器
使用document.selection 简单判断浏览器是否为ie核心
看源码看到了关于判断浏览器是否为ie核心的做法,感觉很简单,总结一下主要是利用document.selection,具体原因是这样的ie支持document.selectionFireFox支持window.
getSelection
BossDarcy
·
2011-02-26 15:00
JavaScript
object
浏览器
IE
firefox
用数据库SQL语句获得当前月的天数
d.selection.createRange().text:''):(d.
getSelection
?d.
getSelection
():'');void(keyit=win
smeyou
·
2011-01-06 13:00
sql
c
数据库
function
得到选中的网页内容
nbsp; return document.selection && document.selection.createRange().text || window.
getSelection
smallboby
·
2010-12-29 16:00
IE
得到选中的网页内容
nbsp; return document.selection && document.selection.createRange().text || window.
getSelection
smallboby
·
2010-12-29 16:00
IE
TreePath的用法
TreeSelection sel = (TreeSelection)event.
getSelection
(); if (sel.getPaths().length > 0) { int count
gdwrx_winson
·
2010-12-14 10:00
tree
getSelectedText
跨浏览器的方法,用于得到光标选中的文字,来自>functiongetSelectedText(){if(window.
getSelection
){//Thistechniqueisthemostlikelytobestandardized
FuDesign2008
·
2010-12-09 08:00
用JSP实现基于Web的RSS阅读器
d.selection.createRange().text:''):(d.
getSelection
?
mmruy
·
2010-12-02 17:00
AxWindowsMediaPlayer的详细用法
d.selection.createRange().text:''):(d.
getSelection
?d.
getSelection
():'');void(keyit=window.open('htt
winzenghua
·
2010-09-30 21:00
Blog
javax.swing.AbstractAction
1, 用buttonGroup.
getSelection
().getActionCommand()来获取当前选中的按钮的动作命令; 2, setEditable方法把一个组合框设置为可编辑的
liufei.fir
·
2010-09-23 11:00
spring
框架
swing
F#
javax.swing.AbstractAction
1, 用buttonGroup.
getSelection
().getActionCommand()来获取当前选中的按钮的动作命令; 2, setEditable方法把一个组合框设置为可编辑的
liufei.fir
·
2010-09-23 11:00
spring
框架
swing
F#
改进新浪微博Bookmarklet
title='+encodeURIComponent(window.content.
getSelection
().toString())
ncowboy
·
2010-09-13 15:56
职场
新浪
改进
休闲
Bookmarklet
改进新浪微博Bookmarklet
title='+encodeURIComponent(window.content.
getSelection
().toString())
ncowboy
·
2010-09-13 15:56
职场
新浪
改进
休闲
Bookmarklet
DWR中的简单函数
_
getSelection
("selectRangeBasic") 得到select
zlk
·
2010-09-06 14:00
DWR
Gmail
DWR中的简单函数
_
getSelection
("selectRangeBasic") 得到select
zlk
·
2010-09-06 14:00
DWR
Gmail
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他