English 中文(简体)
页: 1 彩色皮cker 目的不支持这种财产或方法
原标题:jQuery timepicker Object does not support this property or method

我正在寻找一个时间推测器,最后发现,timepicker,问题在于我可以做任何事情。

页: 1

<head runat="server">
<title>VTC Request Form</title>
<script type="text/javascript" src="Jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="Jquery/jquery-ui-1.8.17.custom.js"></script>
<script type="text/javascript" src="Jquery/jquery.ui.core.js"></script>
<script type="text/javascript" src="Jquery/jquery.ui.datepicker.js"></script>
<script type="text/javascript" src="Jquery/datetimepicker_css.js"></script>
<script type="text/javascript" src="Jquery/jquery-ui-timepicker-addon.js"></script>
<script type="text/javascript" src="Jquery/jquery.ui.widget.js"></script>
<link rel="Stylesheet" href="Css/jquery-ui-1.8.17.custom.css"type="text/css" />

<script type="text/javascript">
        $(document).ready(function(){

          $("#datepicker").datepicker({});
          $( #StartTimeTextBox ).timepicker({});
       });  
</script>

<form id="form1" runat="server">
<div>
<label>Date:</label><input type="text" id="datepicker" />
    </div>
    <div><label>Start Time:</label>
<input type="text" id="StartTimeTextBox" name="StartTimeTextBox" value=""/>
    </div>

日皮cker公司进行罚款,但拖拉机在物体外的错误不支持这种方法或财产。

最佳回答

我猜想你们会再错开焦耳。

j Query Timepicker Add.1

用途

  • To use this plugin you must include jQuery and jQuery UI with datepicker and slider
  • Include timepicker-addon script
  • now use timepicker with $( #selector ).datetimepicker() or $( #selector ).timepicker()

页: 1

问题回答

我认为,你完全是用文字指针。

为此:

<script type="text/javascript" src="Jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="Jquery/jquery-ui-1.8.17.custom.js"></script>
<script type="text/javascript" src="Jquery/jquery-ui-timepicker-addon.js"></script>
<script type="text/javascript" src="Jquery/datetimepicker_css.js"></script>

如果包括完整的图书馆(jquery-ui-1.8.17.custom.js),无需重新参考单独的jquery ui文档。





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签