随笔分类 - JavaScript
摘要:AJAX状态为200,这类状态代码表明服务器成功地接受了客户端请求。简单的来说成功发送一个AJAX请求,但是就是不进入success事件,进入error事件。 $.ajax({ type: 'GET', url: 'getEstimatePDFPath.php', headers: { "token
阅读全文
摘要:// Multiple onload function created by: Simon Willison // http://simonwillison.net/2004/May/26/addLoadEvent/ function addLoadEvent(func) { var oldonload = window.onload; if (t...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> window.opener.document.forms[0].__VIEWSTATE.name = 'NOVIEWSTATE'; 必须要加,否则会出权限错误
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->
阅读全文
摘要:和TextBox有关的Javascript代码整理
阅读全文
摘要:Javascript 资源站点,Javascript 开源代码
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->
阅读全文
摘要: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...
阅读全文