03 2014 档案

摘要:1、dtree.js源码/*--------------------------------------------------|| dTree 2.05 | www.destroydrop.com/javascript/tree/ ||---------------------------------------------------|| Copyright (c) 2002-2003 Geir Landr? || || This script can be used freely as long as all || copyright messages are intact. || || 阅读全文
posted @ 2014-03-26 11:29 JIN__JIN 阅读(1942) 评论(0) 推荐(0)
摘要:$("#TableList tr").each(function () { //for (var i = 1; i <= AM_index; i++) { _Drop_LocationText = $(this).find("td:first").find("select").val(); //$("#" + "Drop_Location" + K).val(); _Drop_LogicNetworkText = $(this).children('td').eq(1).f 阅读全文
posted @ 2014-03-24 16:21 JIN__JIN 阅读(2668) 评论(0) 推荐(0)
摘要:/*↓↓↓↓ add upload ftp file 2014-03-16*/ /*↓↓↓↓ add 2014-03-16 ftp upload file*/ var $ftpserver; var $ftpusername; var $ftpuserpass; var $ftpUrl; /*↑↑↑↑ add 2014-03-16 ftp upload file*/ function uploadFtpFile($localfile,$safe_filename){ $ftp_server = $this->ftpserver;//"hth866.eicp.net"; 阅读全文
posted @ 2014-03-18 22:37 JIN__JIN 阅读(686) 评论(0) 推荐(0)