Closed JPGygax68 closed 5 years ago
@JPGygax68 Apparently this error is occurring in the bootstrap
, Truly-UI because actually being developed thinking DESKTOP
applications it does not have Jquery as part of its CORE.
Truly-UI Also does not need the dependency of Bootstrap it has its own UI and working components independent of any other UI Framework.
About your error is a known error when using JQUERY together with ELECTRON, which is why we created our Framework independent of others.
Take a look at this Tread: https://stackoverflow.com/questions/50541298/uncaught-typeerror-cannot-read-property-fn-of-undefined-electron-2-angular
Thank you! I was afraid Bootstrap was needed because you apparently are using it in your examples (div class="form-group">...
. I'm glad, I much prefer not having to add either jQuery or Bootstrap.
We are updating our documentation just to remove this dependency from our Showcase. But the Framework itself does not have this dependency.
Soon we will make the new documentation much more practical and with more real examples.
I'm working with Electron and am getting:
Two questions here - one, is Bootstrap a requirement for working with truly-ui, and two, does truly-ui use jquery?