会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码家
Web Platform, Cloud and Mobile Application Development
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2011年10月19日
【ajax】alert(xmlHttp.responseText);
摘要: alert(xmlHttp.responseText);
阅读全文
posted @ 2011-10-19 14:28 海山
阅读(271)
评论(0)
推荐(0)
【Html】下拉列表传值
摘要: <select id="product" name="qualityValue.product" style="width:146px;" onchange="productSelected(this.value)"><option selected >----All----</option><c:forEach var="product" items="${products}"><option value="$
阅读全文
posted @ 2011-10-19 11:01 海山
阅读(414)
评论(0)
推荐(0)
【jQuery】jquery获取value
摘要: var productGuid = $('#product').val();
阅读全文
posted @ 2011-10-19 10:58 海山
阅读(172)
评论(0)
推荐(0)