jqgrid日期选择器产生firebug错误

时间:2015-12-16 16:10:09

标签: jqgrid

我正在尝试做一个非常简单的datepicker字段示例。

{ name: 'p_ManagerDateApproved', width: 80, editable: true, editoptions: { dataInit: function(el) { setTimeout(function() { $(el).datepicker(); }, 200); } } },

Firebug说" TypeError:$(...)。datepicker不是函数

... Init:function(el){setTimeout(function(){$(el).datepicker();},200); }}

我网格中的其他所有内容似乎都运行正常。任何人都可以告诉我如何解决这个问题,我不知道从哪里开始。

1 个答案:

答案 0 :(得分:0)

我无法在评论中发布此内容,所以这是我的代码我可能应该发布这个第一个抱歉

    <head>
<style>
#gbox_grid{display:none;}
a:link {color:blue;}
a:visited {color:blue;}
a:hover {color:blue;}
a:active {color:yellow;}
.readonly {background-color: WhiteSmoke !important;}
</style>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>jQgrid - ASPX</title>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" ></script>
  <!--<script src="http://asp2d:1138/jquery-1.8.3.js"></script>-->
  <!--<script src="http://asp2d:1138/jquery-ui-1.9.2.custom.js"></script>-->
  <script type="text/javascript" src="http://asp2d:1138/grid.locale-en.js"></script>
  <script type="text/javascript" src="http://asp2d:1138/jquery.jqGrid.min.js"></script>
  <link rel="stylesheet" type="text/css" media="screen" href="http://asp2d:1138/jquery-ui-1.9.2.custom.css" />
  <link rel="stylesheet" type="text/css" media="screen" href="http://asp2d:1138/ui.jqgrid.css" />
  <script>
    $(function () {