I’m trying to use DatePicker from jQueryUI but get this error and didn’t know what’s the cause. Here is the error:
TypeError: $(a).zIndex is not a function
http://cmv.loc/addons/shared_addons/themes/comvivem/js/jquery.ui.datepicker.min.js
Line 5
I’m using other libraries as jQuery Tools and Foundation. You can test under http://comvivem.treswd.com/net/ login as demo/demo123 and go to Blog and there try to add a new entry under “Nueva entrada” at the form end you’ll see a field called “Fecha” this is the one that trigger the DatePicker functionality and cause the issue. Any help?
You may need to roll your own jQuery UI build instead of linking out to Google’s CDN. Try going here and selecting Core, Widget, and DatePicker (or everything if you need it). Drop the new build in place (CSS, js) and see what happens.