Skip to main content

Bug Tracker

Side navigation

#14787 closed bug (notabug)

Opened February 12, 2014 05:27PM UTC

Closed February 18, 2014 04:52PM UTC

Last modified February 19, 2014 12:12PM UTC

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>

Attachments (0)
Change History (3)

Changed February 12, 2014 11:15PM UTC by rvidal comment:1

Could you provide a reduced test case?

Changed February 18, 2014 04:52PM UTC by timmywil comment:2

resolution: → notabug
status: newclosed

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

Changed February 19, 2014 12:12PM UTC by anonymous comment:3

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