lmorris99
unread,May 4, 2011, 11:42:30 AM5/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to actives...@googlegroups.com
It's in jquery-ui.js (version 1.8.12). I ran jslint on it, which complained similarly:
Problem at line 10 character 154: Expected ';' and instead saw '}'.
(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(...
So I fell back to the older version of jquery-ui.js (1.7.3) and of jquery.js (1.3.2).
Now there is NO complaint about "missing ; before statement". That's good.
But still there's no date-picker when I click Search, just the drop-down for "Past, Future, Range..." and text boxes.
Is there some way I can be sure that the function in date_picker_bridge is really being called?