js web常用特效大集合(MSClass):http://www.popub.net/script/MSClass.html 日期选择器:http://www.my97.net/dp/demo/index.htm表单验证:http://www.yhuan.com(仿163邮箱表单效果)
jQuery formValidator 4.1.1 高仿网易邮箱注册页面http://www.oschina.net/news/19584/jquery-formvalidator-411?from=rss msclass.js 有很多非常不错的效果http://www.popub.net/7月份最受欢迎的jQuery插件http://developer.51cto.com/art/20120
indexOf()定义和用法 indexOf() 方法可返回某个指定的字符串值在字符串中首次出现的位置。 语法stringObject.indexOf(searchvalue,fromindex) 参数 描述 searchvalue 必需。规定需检索的字符串值。 fromindex 可选的整数参数。规定在字符串中开始检索的位置。它的合法取值是 0 到 str
<script type="text/javascript"> //隐藏第二个段落,点击more显示一个效果 $(document).ready(function(){ $('p:eq(1)').hide(); $('span.more').click
jqfunction setTypename(){ var item = $("#typeid").find('option:selected').text(); $(':input[name=typename]').val(item)}html<select onchange="setTypename()" name=
<script type="text/javascript"> jQuery.noConflict(); //将变量$的控制权让渡给prototype.js jQuery(function(){ //使用jQuery jQuery("p").click(function(){ alert( jQuery(this).text() ); }); }); $("pp").style.dis
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号