jquery

22
Nov

jquery遮罩

<html> 
<head> 
<style> 
body{ 
font-size:12px; 
#mask{background:#000;position:abso
Tags:
26
Oct

jquery 简单 tab

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">&n
Tags:
15
Jul

东哥教的在指定元素下显示层

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
Tags:
17
May

jquery页面滚动到指定id(转自http://zww.me/archives/25144)

以前很多博主都写过/转载过用 jQuery 实现页面滚动(Scroll)效果的方法,但目前搜来的方法大都在 Opera 下有个小 Bug:直接用跳的而且画面闪烁。

Tags:
14
May

jquery浮动

<SCRIPT LANGUAGE="JavaScript">
Tags:
25
Feb

jquery select根据value默认选中

$("#SelectID option[value='selectValue']").attr("selected",true)

  <script type="text/javascript"> 

    $(document).ready(function(){ 

Tags:
15
Dec

jquery load get地址乱码 firefox ie jquery 乱码

var str = "a.php/keyword/地方";                 
 geturl=encodeURI(str);
$("#xuanze").load(geturl); 

Tags:
19
Nov

jquery二级联动,ajax请求下级

jQuery实例的ajax应用之二级联动的后台是采用php来做的,前台通过jquery的ajax方式实现二级联动
数据库表设计 csj_trade
id int(11) auto_increment         
tname varchar(100)

Tags:
Syndicate content