获取上一级页面的url
参考地址:http://www.qdxw.net/xwhtml/384.html 实战代码 从4.php 点击进入5.php 1.上一页地址: http://localhost/box/4.php 2.当前地址: /box/5.php 3.带参地址: localhost/box/5.php?
参考地址:http://www.qdxw.net/xwhtml/384.html 实战代码 从4.php 点击进入5.php 1.上一页地址: http://localhost/box/4.php 2.当前地址: /box/5.php 3.带参地址: localhost/box/5.php?
1.id url data 的获取方式 $(".join").on("click",function(){ $(".join_tan").fadeIn(); $(".bg").fadeIn(); $("#scrollbox1").html(""); //异步获取联系信息 var id=$(this).attr('rel');// var url = '__U
fadein() jq 淡入隐藏隐藏效果 http://www.w3school.com.cn/jquery/effect_fadein.asp fadeout() jq 淡出隐藏隐藏效果 http://www.w3school.com.cn/jquery/effect_fadeout.asp //清空id=scrollbox1下的代码 $("#scroll
$(function(){ alert($) //返回jq对象 alert($()) //返回jq对象 alert($('#box')) //返回jq对象 alert($('#box').css('color','red')) //返回jq对象 }); 加载模式 $(document).ready(function(){ }); 简写形式: $(funct