MyJSP'index.jsp'startingpage
网络编程 
首页 > 网络编程 > 浏览文章

jquery 实现两Select 标签项互调示例代码

(编辑:jimmy 日期: 2025/12/26 浏览:3 次 )
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0"> 
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script type="text/javascript" src="/UploadFiles/2021-04-02/jquery-1.4.1.min.js">
上一篇:jquery获得同源iframe内body下标签的值的方法
下一篇:$("").click与onclick的区别示例介绍