码迷,mamicode.com
首页 > 其他好文 > 详细

工作笔记 02

时间:2017-08-09 00:01:09      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:func   serial   ndt   href   add   hang   data-   change   click   

$(function(){
var x = $("#ass").val();
alert("sss"+$.parseJSON(x).data.myAssetFundList[0].floatProfitLoss);

});
////////////////////////
$(function(){

$(‘.data-detail‘).click(function(){
var me = $(this),rowId=me.attr(‘rowId‘);
location.href = ‘mfundTypeSerial.fuiou?action=goDetail&rowId=‘+rowId;
});
$(‘.data-mod‘).click(function(){
var me = $(this),rowId=me.attr(‘rowId‘);
location.href = ‘mfundTypeSerial.fuiou?action=goMod&rowId=‘+rowId;
});


$(‘#addBtn‘).click(function(){
location.href = ‘mfundTypeSerial.fuiou?action=goAdd‘;
});


});
<a href =javascript: class="data-detail" rowID="${rowId}">
//////////////
var type = $(‘select option:selected‘).val();
//////
<select id="dwe" onchange="xxx()">
<option value="1">1</option>
function xxx(){
var type = $(‘select option:selected‘).val();
${"#d"}.val(type)
}
<input class="hidden" name="d" id ="d" value="${queryBean.id}">

 

工作笔记 02

标签:func   serial   ndt   href   add   hang   data-   change   click   

原文地址:http://www.cnblogs.com/jokeLife/p/7309486.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!