#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
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.
comment:3 Changed 9 years ago by
It happens to me to in varios plugins, it was all working prior last chrome update, all of sudden it stopped working alone.
Could you provide a reduced test case?