clustergrammer
clustergrammer copied to clipboard
Depricated jQuery shorthands
I have recently been integrating clustergrammer with a web app for exploring RNAseq data. I noticed that it still depends on jQuery 1.11.0 . I Used the jQuery migrate plugin with jQuery 3.5.1 and got the following warnings.

I have replaced the uses of these shorthands with .on() which has solved the issue and it as far as I have been able to see through my testing allows for clustergrammer to use jQuery 3.5.1