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

搜索资源列表

  1. 如何封装JS和CSS文件为服务器端控件---ASP.NET 2.0

  2. 如何封装JS和CSS文件为服务器端控件---ASP.NET 2.0 我们以封装一个JS的日期控件为列子,将它和服务器的TextBox结合在一起做成一个服务器控件,以达到直接托上去就可以使用的效果。其实很简单,大家共同学习。先看看效果图: 方法: 首先:下载一个JS的日期组件,带封装。 然后:建一个日期类文件CalendarBox.cs代码如下: using System; using System.Collections.Generic; using System.ComponentModel
  3. 所属分类:Web开发

    • 发布日期:2007-07-29
    • 文件大小:262kb
    • 提供者:xzl008
  1. JS+DIV+CSS多级树形菜单

  2. dTree is a free Javascr ipt tree menu. There are a lot of tree generating scr ipts just like this one, and many of them are great. So why use dTree? dTree is very simple to set up and use. You don't have to worry about adding pages to the tree in a
  3. 所属分类:Javascript

    • 发布日期:2009-05-08
    • 文件大小:15kb
    • 提供者:ahszqph
  1. js 写的经典日历 很不错哦!非常漂亮!

  2. 不错的日历控件,web上直接可用js的 /* * Calendar * Language 0: Chinese, 1: English * 1.Put calendar into the element html use 'show()' * 2.Pop-up calendar use 'pop()' */ var Calendar = function( instanceId, language, startYear, endYear ){ if( typeof instanceId ==
  3. 所属分类:Web开发

    • 发布日期:2009-05-22
    • 文件大小:6kb
    • 提供者:long_zhigang
  1. 纯js模仿下拉框没用jquery

  2. 采用纯js写的下拉框 css已经在js里实现 example:var fwq=new fwqSelect("ex","ex",new Array("ex1","ex2","ex3"),{"width":100,"height":18,"itemh":18,"size":12,moreImg:"images/t.png"}); var val=fwq.val();//get value fwq.val("ex0");//set value
  3. 所属分类:Javascript

    • 发布日期:2010-12-15
    • 文件大小:20kb
    • 提供者:etz2008
  1. 精美的js日期控件,可以多个参数设定。

  2. Properties Following the first object, the class also accepts an optional second object that may contain any of the following properties to help customize Calendar to your website: * blocked - An array of blocked (disabled) dates in the following fo
  3. 所属分类:Web开发

    • 发布日期:2010-12-24
    • 文件大小:174kb
    • 提供者:harry125
  1. 张海山锐线体Cufon中文字体js文件

  2. ***文件中包含3500常用汉字+数字+英文大小写**** 调用示例: 引入 文件 /////////////////////////////////////////// Cufon 是一个用来替代 sIFR 框架,作为一种基于 Javascr ipt 的网页字体引入方案, Cufon 的核心功能是通过一个名为“cufon-yui.js” 的 Javascr ipt 类库,提供给开发人员的。在web开发中,经常面对的一种“冲突”,即“字体(Font Family)冲突”。   通常的这一冲突
  3. 所属分类:网页制作

    • 发布日期:2011-05-28
    • 文件大小:835kb
    • 提供者:dream1211
  1. JS简单标签及相关的应用

  2. 一些基础的js知识及简单的应用。对于刚接触js的学习爱好者一定会起到不错的效果
  3. 所属分类:其它

    • 发布日期:2011-06-14
    • 文件大小:97kb
    • 提供者:wang4100
  1. JS日期处理工具

  2. Datejs 是一个开源的Javascr ipt库,用来解析、格式化和处理日期数据,支持多种语言的日期格式处理。 示例代码: Date.today() // Returns today's date, with time set to 00:00 (start of day). Date.today().next().friday() // Returns the date of the next Friday. Date.today().last().monday() // Returns
  3. 所属分类:Javascript

    • 发布日期:2012-02-10
    • 文件大小:25kb
    • 提供者:javasme
  1. Apress.Practical.Ext.JS.Projects.With.Gears

  2. Discover Ext JS, one of today’s most powerful and highly regarded Javascr ipt frameworks, with perhaps the best set of GUI widgets around, and a whole host of components that make developing client–side applications a breeze. Using a pragmatic appro
  3. 所属分类:Web开发

    • 发布日期:2012-09-13
    • 文件大小:24mb
    • 提供者:ccnawolf
  1. Apress-Practical.Ext.JS.Projects.with.Gears

  2. Discover Ext JS, one of today’s most powerful and highly regarded Javascr ipt frameworks, with perhaps the best set of GUI widgets around, and a whole host of components that make developing client–side applications a breeze. Using a pragmatic appro
  3. 所属分类:Web开发

    • 发布日期:2012-09-13
    • 文件大小:24mb
    • 提供者:ccnawolf
  1. 桌面 分块 拖拽js代碼

  2. 应用于 js控制桌面个模块的灵活 function mouseMove(ev){ ev = ev || window.event; /* We are setting target to whatever item the mouse is currently on Firefox uses event.target here, MSIE uses event.srcElement */ var target = ev.target || ev.srcElement; var mousePos
  3. 所属分类:Javascript

    • 发布日期:2008-09-08
    • 文件大小:15kb
    • 提供者:lsyuu
  1. 一个ASP.NET的JS管理方案,防止重复引用JS问题

  2. 场景:在自定义控件、用户控件、页面、后台代码都会有引用JS的可能,这就会出现混乱或者重复引用的可能。 一个自定义控件,用于在ASPX页面中注册JS: public class scr ipt : Control {   #region 属性   private string m_Src;   ///    /// 脚本文件路径   ///    public string Src   {     get { return m_Src; }     set { m_Src = value; }
  3. 所属分类:C#

    • 发布日期:2013-07-07
    • 文件大小:10kb
    • 提供者:ewind8815
  1. Learning Three.js: The Javascript 3D Library for WebGL

  2. Create and animate stunning 3D graphics using the open source Three.js Javascr ipt library Overview Create and animate beautiful 3D graphics directly in the browser using Javascr ipt without the need to learn WebGL Learn how to enhance your 3D graph
  3. 所属分类:Javascript

    • 发布日期:2014-03-08
    • 文件大小:11mb
    • 提供者:bobbyliao
  1. 一个简单JS缓存数据类

  2. 这是一个用于缓存JS对象像(JSON,数组)都可以的一个小工具,在开发项目过程中,会比较实用。 JS对数据做缓存,应用场景,有的时候通过ajax去获取一些不是经常变动数据的时候,不用每次去请求,直接进缓存 1. 将数据设置到缓存: JsCache.set(key,value,expirs), expirs也可以不设置,默认是60秒 2. 读取缓存: JsCache.get(key)
  3. 所属分类:Javascript

    • 发布日期:2014-11-30
    • 文件大小:723byte
    • 提供者:hjc_042043
  1. jquery.min.js

  2. /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("").appendTo(b),e=d.css("display");d.remove();if(e==
  3. 所属分类:Javascript

    • 发布日期:2014-12-23
    • 文件大小:53kb
    • 提供者:sinat_24735507
  1. Apress.Pro Express.js

  2. Pro Express.js is an exhaustive book on one particular library. Unlike Practical Node.js (Apress, 2014) which covered many libraries, Pro Express.js is focused on the single module Express.js. Of course, where it’s necessary to cover other related l
  3. 所属分类:Web开发

    • 发布日期:2015-01-09
    • 文件大小:11mb
    • 提供者:zhaoqiheng
  1. jquery.overlaps.js

  2. A jQuery plugin that detects if one or more elements are overlapping. The overlaps method exposes two modes of operation. First mode is to filter the selected elements to only those that overlap. The second mode is to compare one set of elements aga
  3. 所属分类:Javascript

    • 发布日期:2015-01-23
    • 文件大小:14kb
    • 提供者:zanychou
  1. js中类似于java中的对象Set工具对象Set

  2. js中终于有了自己的List,类似于java中的List对象,本文件是源码,亲测有如下方法:add()、has(key)、size()、values()、并集union(Set)、子集subset(Set)、差集difference(Set)、交集intersection(Set)、remove(key)、clear()。。。
  3. 所属分类:Javascript

    • 发布日期:2017-11-01
    • 文件大小:2kb
    • 提供者:superit401
  1. 用ASP+FSO生成JS文件

  2. 代码如下:  <%  set js = server.CreateObject(“ADODB.RecordSet”)  sql=”select top 10 * from article order by id desc”  set js = conn.Execute (Sql)  do while not js.eof      title=js(“title”)  addate=js(“addate”)  foolcat = foolcat + “” &title
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:17kb
    • 提供者:weixin_38750644
  1. angular-live-set:使用html5的服务器发送事件构建实时的angular应用程序-源码

  2. 角活集 在对对象集合进行更改时显示更改。 要求 AngularJS ChangeStream服务器(例如LoopBack) 使用 使用安装Angular Live Set: bower install angular-live-set 这会将angular-live-set文件及其依赖项复制到bower_components文件夹中。 将脚本文件加载到您的应用程序中: 将模块
  3. 所属分类:其它

    • 发布日期:2021-03-02
    • 文件大小:92kb
    • 提供者:weixin_42149145
« 12 3 4 5 6 7 8 9 10 ... 31 »