会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mr.liuhui
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
2
2016年11月2日
清空form表单
摘要: // 真正清空 form 表单中的内容 $("input").not(":button, :submit, :reset, :hidden").val("").removeAttr("checked").remove("selected"); $(':input','#myform') .not('
阅读全文
posted @ 2016-11-02 09:40 Mr.liuhui
阅读(728)
评论(0)
推荐(0)
编辑
2016年10月31日
AngulaJS路由 ui-router 传递多个参数
摘要: 定义路由: .state(‘txnresult’, { url: ‘/txnresult/:originAmount/:finalAmount/:currentPoint/:txnId/:discountAmount’, templateUrl: ‘templates/txnresult.html’
阅读全文
posted @ 2016-10-31 13:48 Mr.liuhui
阅读(151)
评论(0)
推荐(0)
编辑
上一页
1
2