I am making a calendar for jquery mobile, I am using jquery weekcalendar (jQ wC), but the problem is that jQ wC uses jQuery UI, and this contradicts jQuery mobile.
For this reason, I removed all the UIs from jQ wC, but I was stuck in the last part, and this is part of the widget.
It works as follows: there is a jq wc CORE file that initiates the widget, and an Impl file that points to this widget, and this file overwrites the settings from the main file.
My question is: how can I get rid of widgets and still have this impl file change the kernel settings?
Files can be found here:
http://pastebin.com/gswWRm8D
http://pastebin.com/2180H1Ve
edit . I temporarily resolved tihs by splitting the user interface code and importing only part of the jQuery UI widget (this is only 3kb instead of importing the entire library: 200kb). However, I'm still looking for something to completely remove the library.
source
share