随笔分类 - javascript&Jquery
摘要:http://stackoverflow.com/questions/881515/how-do-i-declare-a-namespace-in-javascript(function( skillet, $, undefined ) { //Private Property var ...
阅读全文
摘要:$(function() { $(document).ajaxStop(function() { $(this).unbind("ajaxStop"); //prevent running again when other calls finish LoadContact(); })...
阅读全文
摘要:代码一: javascript:document.body.contentEditable='true';document.designMode='on';void0代码二:javascript:document.body.contentEditable='false';void0功能介绍:第一段代码可以使任何网页进入在线编辑状态,第二段代码退出编辑状态使用方法:先在IE中打开要编辑的网页,然后在该页地址栏上输入第一段代码,就可以编辑该网页了,编辑结束后,在地址栏上输入第二段代码,就可以退出编辑状态了。http://blog.csdn.net/y
阅读全文
摘要:具有树结构的表datatable生成树结构的json字符串,前台生成树1.实现效果2.代码 public partial class WebForm1 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } [WebMethod] public static string GetJsonTree() { DataTable dtLevels = GetData(); ...
阅读全文
摘要:满意 不满意啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 1 <html> 2 <head> 3 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/JavaScript"></script> 4 <script type="text/JavaScript"> 5 $(document).ready(function () 6 { 7 $("#nee
阅读全文
摘要:///clear value in textboxfunction clearControlValueForm() { $(':input:text').not(':button, :submit, :reset, :hidden') .val('').removeAttr('selected').css("border", "");}///validate the empty value in textbox ,if has empty value ,prevent submit$(doc
阅读全文
浙公网安备 33010602011771号