日期:2014-05-16  浏览次数:20324 次

jquery问题,缺少对象
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>我的日程</title>
    <link href="~/Theme/Default/main.css" rel="stylesheet" type="text/css" />   
    <link href="~/Theme/Default/calendar.css" rel="stylesheet" type="text/css" /> 
     <link href="~/Theme/Default/dailog.css" rel="stylesheet" type="text/css" />
    <link href="~/Theme/Default/dp.css" rel="stylesheet" type="text/css" />   
    <link href="~/Theme/Default/alert.css" rel="stylesheet" type="text/css" />     
    <link href="~/Theme/Shared/blackbird.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <%--<form id="form1" runat="server">--%>
     <div>
      <div id="calhead" style="padding-left:1px;padding-right:1px;">          
            <div class="cHead"><div class="ftitle">我的日程</div>
            <div id="loadingpannel" class="ptogtitle loadicon" style="display: none;">正在加载数据...</div>
             <div id="errorpannel" class="ptogtitle loaderror" style="display: none;">非常抱歉,无法加载您的活动,请稍后再试</div>
            </div>
           
            
            <div id="caltoolbar" class="ctoolbar">
              <div id="faddbtn" class="fbutton">
                <div><span title='点击新建日程' class="addcal" >新建日程</span></div>
            </div>
            <div class="btnseparator"></div>
             <div id="showtodaybtn" class="fbutton">
                <div><span title='点击返回当前日期' class="showtoday">今天</span></div>
            </div>
              <div class="btnseparator"></div>
            <div id="showdaybtn" class="fbutton">
          &nbs