Bug Tracker

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#14787 closed bug (notabug)

Re:about datetimepicker not showing

Reported by: shake Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:

Description

i am using datepicker function for custom check out page in opencart.but not showing the datepicker option. chrome shows following error "Uncaught SyntaxError: Unexpected identifier

Uncaught TypeError: Object [object Object] has no method 'datetimepicker' index.php?route=account/buyrequest:1251 (anonymous function) index.php?route=account/buyrequest:1251 fire jquery-1.10.2.js:3048 self.fireWith jquery-1.10.2.js:3160 jQuery.extend.ready jquery-1.10.2.js:433 completed.. here my html code :

<tr>

<td><?php echo $entry_expiredtime; ?></td> <td>

<input type="text1" name="expiredtime" id="expired-time" value="" />

<span class="help" ><?php echo $entry_helpexpired; ?></span>

</td>

</tr>

and script for this <script type="text/javascript" src="catalog/view/javascript/jquery/ui/jquery-ui-timepicker-addon.js"></script> <script> $(document).ready(function() {

$('#expired-time').datetimepicker();

}); </script>

Change History (3)

comment:1 Changed 9 years ago by rvidal

Could you provide a reduced test case?

comment:2 Changed 9 years ago by Timmy Willison

Resolution: notabug
Status: newclosed

Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.

comment:3 Changed 9 years ago by anonymous

It happens to me to in varios plugins, it was all working prior last chrome update, all of sudden it stopped working alone.

Note: See TracTickets for help on using tickets.