I could normally run webpages containing jquery ui elements. But, of late, firebug seems to
report an error a.success.call.is not a function and shows a datepicker tag as
erroneous..
Where could be the error? I even replaced the .js file… the error was initially in js but
now in my homepage…
well, a tag, ie an element is not a function, therefore it cannot be called. you passed a wrong argument as a success callback.
best help I could provide with the few you showed.