摘要:
1、刷新radio选中状态$("input[type='checkbox']").attr("checked",true).checkboxradio("refresh");2、加载dom后刷新样式$("#list").append(html).listview('refresh');3、翻页$.m... 阅读全文
摘要:
$(function(){$('#submit').bind('click',function(){varformData=$('#ajaxForm').serialize();//.serialize()方法创建以标准URL编码表示的文本字符串$.ajax({type:"POST",url:"fo... 阅读全文
摘要:
$("#list").append(_html).listview('refresh'); 阅读全文
摘要:
提高PHP编程效率的53个要点,相信你一定会用到. 阅读全文
摘要:
SQL注入已经是多年来的一个安全漏洞了,这篇文章带你了解SQL注入与防御SQL注入! 阅读全文
摘要:
PHP程序员面试题 阅读全文
摘要:
PHP Socket 文本教程 阅读全文
摘要:
1.1 <?php2 if(strpos($_SERVER['HTTP_REFERER'], 'Domin') !== FALSE) {3 header('HTTP/1.1 404 Not Found');4 exit;5 }6 readfile('xxx.mp3');7 ?>2. 1 <?php 2 /** 3 * @author seraphim 4 * @copyright 2012 5 */ 6 $ADMIN = array( 7 'defaulturl'=> 'http:/ 阅读全文