随笔分类 -  JavaScript

摘要:AJAX状态为200,这类状态代码表明服务器成功地接受了客户端请求。简单的来说成功发送一个AJAX请求,但是就是不进入success事件,进入error事件。 $.ajax({ type: 'GET', url: 'getEstimatePDFPath.php', headers: { "token 阅读全文
posted @ 2024-07-02 09:00 sekihin 阅读(69) 评论(0) 推荐(0) 编辑
摘要:// Multiple onload function created by: Simon Willison // http://simonwillison.net/2004/May/26/addLoadEvent/ function addLoadEvent(func) { var oldonload = window.onload; if (t... 阅读全文
posted @ 2018-06-26 14:10 sekihin 阅读(842) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> window.opener.document.forms[0].__VIEWSTATE.name = 'NOVIEWSTATE'; 必须要加,否则会出权限错误 阅读全文
posted @ 2008-08-15 13:53 sekihin 阅读(543) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 阅读全文
posted @ 2008-08-15 08:22 sekihin 阅读(893) 评论(0) 推荐(0) 编辑
摘要:和TextBox有关的Javascript代码整理 阅读全文
posted @ 2008-01-10 15:13 sekihin 阅读(750) 评论(0) 推荐(0) 编辑
摘要:Javascript 资源站点,Javascript 开源代码 阅读全文
posted @ 2008-01-09 14:10 sekihin 阅读(170) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 阅读全文
posted @ 2007-11-29 16:35 sekihin 阅读(363) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function doIt(form){ form.output.value = eval(form.input.value) form.input.focus() form.input... 阅读全文
posted @ 2007-01-24 10:18 sekihin 阅读(201) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示