獲取src後面的引數
function
geturlparameter
(name)
alert(geturlparameter("zd_workbillid"));
過載iframe
window.frames["main"].location
.reload();
將undefined轉換成」「
function undefinedprocess(data,changeval)
else
return retruelst;
}
顯示iframe裡面的元素
var ifr = document.getelementbyid("left");
ifr.contentwindow.$("#customplan").show();
取字串前10個
var
lg_loandate=rptdata.data[i].lg_loandate.substr(0,10);
在src後拼引數
$(
下拉框
$("#selectbutton1r").find("option:selected").val();還原下拉框
mytable=$("#new_datacustom")[0];
numone=obj.parentnode
.parentnode
.rowindex
;var select=document.getelementbyid("***");
var index=select.selectedindex//當前座標
var option=select.options[index];
if(mytable.rows[numone].cells[2].innerhtml=="")else
導航(head)
$(obj).addclass("changepage");
$(obj).siblings("li").each(function
() );
返回
function
onback
()
拼id
zi_writeoffbillid_str=this.id.split("_")[1];
id='remark_"+(i+1)+"'
var sd_remak=$("#remark_"+id).val();
清除a標籤的焦點
a.hidefocus
PHP一些實用函式
轉換字串第乙個位元組為 0 255 之間的值 小寫字母 97 122 大寫字母 65 90 解決字串中包含字母數字中文轉換為大寫問題 function mystrtoupper a r.chr v return r 取得影象大小 可以用以解決確認上傳檔案是否為 返回乙個具有四個單元的陣列。索引 0 ...
Oracle 一些實用的函式
最近在用oralce寫查詢 遇到了一些有用的函式 先總結些 再慢慢補充 1.sum over sum sal over partition by deptno order by ename 按部門 連續 求總和 sum sal over partition by deptno 按部門求總和 sum ...
Python一些實用的函式
用於過濾序列,過濾掉不符合條件的元素,返回由符合條件元素組成的新列表。該接收兩個引數,第乙個為函式,第二個為序列,序列的每個元素作為引數傳遞給函式進行判,然後返回 true 或 false,最後將返回 true 的元素放到新列表中。def is odd n return n 2 1 newlist ...