I'm making a calendar for jquery mobile, I'm using the jquery weekcalendar (jQ wC), but the problem is, that jQ wC is using jquery UI, and this is in conflict with jquery mobile.
For this reason, I have removed everything UI related out of the jQ wC, but I'm stuck at the last part, and that is the widgets part.
It works like this: there is a jq wc CORE file, which initiates a widget, and a Impl file which points to this widget, and this file overwrites settings from the core file.
My question is: how can I get rid of the widgets, and still have this impl file overwrite the settings of the core?
The files can be found here:
http://pastebin.com/gswWRm8D
http://pastebin.com/2180H1Ve
edit I temporarily solved tihs, by stripping down the UI code, and only importing the widget part of jQuery UI (which is just 3kb, instead of importing the whole library: 200kb). I am however still looking for something to totally remove the library.