yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

$.widget.prototype._trigger is undefined #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
jquery 1.4.2
jquery-ui 1.8
timepickr 1.8

$.widget.prototype._trigger is undefined
 return $.widget.prototype._trigger.call(this, type, e, ui);
ui.timepickr.js (第 40 行)

Original issue reported on code.google.com by superxielei@gmail.com on 13 Jun 2010 at 5:33

GoogleCodeExporter commented 9 years ago
I am too experiencing this issue:

jquery 1.4.2
jquery-ui 1.8.2
timepickr 0.7.0a

Original comment by jens.ran...@gmail.com on 13 Jul 2010 at 3:53

GoogleCodeExporter commented 9 years ago
A solution to the problem seems to have been found by "wcmanes" here: 
http://code.google.com/p/jquery-utils/wiki/UiTimepickr

Original comment by jens.ran...@gmail.com on 13 Jul 2010 at 4:23

GoogleCodeExporter commented 9 years ago
The solution above worked for me. I grabbed "jquery.utils.js", 
"jquery.strings.js" and "ui.timepickr.js" from trunk in SVN.

Original comment by jens.ran...@gmail.com on 13 Jul 2010 at 4:38