限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:标签 / box

标签:box

获取上一级页面的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?

事例 | jq异步提交(整理中...)

1.id url data 的获取方式 $(".join").on("click",function(){ $(".join_tan").fadeIn(); $(".bg").fadeIn(); $("#scrollbox1").html(""); //异步获取联系信息 var id=$(this).attr('rel');// var url = '__U

淡入隐藏(fadein)与淡出隐藏(fadeout)

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

jq学习笔记(一)基础

$(function(){ alert($) //返回jq对象 alert($()) //返回jq对象 alert($('#box')) //返回jq对象 alert($('#box').css('color','red')) //返回jq对象 }); 加载模式 $(document).ready(function(){ }); 简写形式: $(funct