摘要:
$(param.user)相当于<%=request.getParameter("user")%> $(paramValues.favorites[0])相当于<%=request.getParameters("favorites")[0]%> 阅读全文
摘要:
摘录自:http://www.cnblogs.com/theWayToAce/p/5591221.html 以前一直认为jquery中的$("#id")和document.getElementByIdx_x("id")得到的效果是一样的,今天做特效的时候才发现并不是这么一回事,通过测试得到: 1、a 阅读全文
摘要:
最后结果如下: 关键代码如下: <select name="customerCondition['credibilityBegin']" id="credibilityBegin" class="ui_select01" style="width:90px" onchange="changeCred 阅读全文