您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 使select可以输入

  2. 自制的jquery插件,只需要一行代码,即可将select控件变成一个即可以输入也可以选择的元素,输入时也会有智能提示。对原来的select的操作完全没有改变,取值依然是取select的值,设置选中,添加项删除项等等都没有改变。用脚本动态设置select的值时请在后面加上一个change()这样显示的值才会改变。不知道怎么监控脚本对select的值的修改。
  3. 所属分类:Javascript

    • 发布日期:2009-09-17
    • 文件大小:3072
    • 提供者:zk2210974
  1. C# 自定义扩展方法

  2. public static DataView AsDataView(this DataTable table, string selectText)
  3. 所属分类:C#

    • 发布日期:2009-12-31
    • 文件大小:12288
    • 提供者:kingzhexian
  1. 初学者的问题,窗口预览出错

  2. //初始多行编辑框 mle_1.text=" 4444 "  //重新给编辑框赋新值 mle_1.setfocus()            //将焦点移到编辑框上 mle_1.selecttext(1,len(mle_1.text))  //选中编辑框中的内容 //初始化按钮控件 cb_edit.enabled=false //将编辑按钮高为禁止操作状态
  3. 所属分类:其它

    • 发布日期:2010-09-05
    • 文件大小:9216
    • 提供者:wuanzhengxin
  1. C#工资考勤系统源代码.ra

  2. namespace HumanManage { public partial class FrmMain : Form { public static bool CheckFrom = true; public static XmlDocument MydocRoleInfo = new XmlDocument(); public static XmlDocument MydocEmpInfo = new XmlDocument(); private static XmlDocument Em
  3. 所属分类:C#

    • 发布日期:2013-06-17
    • 文件大小:1048576
    • 提供者:u011097063
  1. 动态创建菜单、树

  2. pb动态创建树和菜单 forward global type w_tv from window end type type cb_2 from commandbutton within w_tv end type type cb_1 from commandbutton within w_tv end type type sle_1 from singlelineedit within w_tv end type type st_1 from statictext within w_tv en
  3. 所属分类:Sybase

    • 发布日期:2014-06-25
    • 文件大小:137216
    • 提供者:likm07857
  1. Delphi 使用表达式进行数据库查询操作范例.rar

  2. Delphi 使用表达式进行数据库查询操作范例,通过TADO为查询初始查询字段结构并将结构保存在StringGrid2中.测试用数据库在database目录中,是SQLSERVER2003格式的数据库文件。下面是摘录的一些代码片段:    Com_y : integer;//Commond控件的Top调整. 默认35    CRect : TRect; //光标位置    {1}procedure SelectText(Sender: Tobject); //返回在Combobox控件中选择的
  3. 所属分类:其它

    • 发布日期:2019-07-10
    • 文件大小:311296
    • 提供者:weixin_39841856
  1. js点击选择文本的方法

  2. 本文实例讲述了js点击选择文本的方法。分享给大家供大家参考。具体实现方法如下: function selectText() { if (document.selection) { var range = document.body.createTextRange(); range.moveToElementText(document.getElementById('copy')); range.select(); } else if (window.getSel
  3. 所属分类:其它

    • 发布日期:2020-12-03
    • 文件大小:18432
    • 提供者:weixin_38728347
  1. 点击复制Input框中的链,兼容ios或safari浏览器

  2. var copyText = function (text) { // 数字没有 .length 不能执行selectText 需要转化成字符串 var textString = text.toString(); var input = document.querySelector(‘#copy-input’); if (!input) { input = document.createElement(‘input’); input.id = “copy-input”; // input.rea
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:30720
    • 提供者:weixin_38631978
  1. JS获取鼠标选中的文字

  2. js获取鼠标选中的文字代码如下所示: js获取鼠标选中的文字 [removed] <!-- function SelectText() { try{ var selecter=window.getSelection(); if(selecter!=null&&selecter.trim()!=){ alert&#
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:55296
    • 提供者:weixin_38701312