Huy Huy the Coder
Huy Huy the Coder
> @afunworm To confirm, are you able to ucalle regular (non-jCanvas) jQuery methods? Hi. I am not sure what you meant. I have tried both `$('#canvas').addLayer()` and `jCanvas('#canvas').addLayer()` but none...
> @afunworm To confirm, are you able to ucalle regular (non-jCanvas) jQuery methods? Ah. I know what you meant. Yes, I was able to call regular non-jCanvas jQuery methods.
> @afunworm jCanvas methods exist in the same namespace as regular jQuery methods. > > So in the same way that you call a regular jQuery method: > > ```js...
> @afunworm Which JS file are you using in your project? `jcanvas.js` or `jcanvas.min.js`? If the latter, perhaps you need to do this: > > ``` > import 'jcanvas.min'; >...
> import $ from 'jquery'; > import jcanvas from 'jcanvas'; > window.$ = $; > jcanvas($, window); Hi. I really appreciate your patience. That works perfectly and I am really...
> > > import $ from 'jquery'; > > > import jcanvas from 'jcanvas'; > > > window.$ = $; > > > jcanvas($, window); > > > > >...
Following. Will this also allow child routes' highlight?
I'm following up on this. Hopefully it will work well!
@ShankyTiwari : Any success? I am so eager to have this feature implemented.
Hi. So we don't have any update on this so far? I really think this is a neat feature to have. Thank you.