Open jaredbroad opened 10 years ago
I think I might be running up against the same issue - what error message are you getting?
It also causes problems with select2.
Since select2 binds to resize
event it causes significant slowness.
Solves this with support for custom namespace. https://github.com/tepez/jquery-resize/tree/namespace
Same issues here when using Highcharts. Hacked it following the instructions from a comment.
Just add the following snippet into the setup
function:
if (this !== window && !this.nodeName) {
return false;
}
I'm getting this error when using this plugin with flot and react js
Uncaught TypeError: h[k] is not a function
Any ideas?
I'm getting the same as @jorgecarmona
Uncaught TypeError: h[k] is not a function
Great plugin but it conflicts with highcharts and flot. Perhaps its an easy namespace issue?
Thanks