Hacker News new | ask | show | jobs
by azazel75 3739 days ago
If jQuery is installed globally, without package management, just use:

from __globals__ import jQuery

....

jQuery('#an_id')...

1 comments

awesome, thanks for the info!