Jquery is imported to my project as follows:
import $ from 'jquery';
..and jquery is working fine in my project. However, if I try to run some jquery functions on the console, it does not fully work. I can get DOM elements, but I cannot call certain functions on them:
The exact same commands work on other sites, that use jquery. Is there anything I can do to make devtools debugging easier - do I need to fix that import somehow or is this a lost cause?