[jQuery] Disable jQuery Temporarily
For some reason, I can't run a regular JavaScript prototype without a
jQuery error saying something like "this.blah" is not a function.
So, is there either a way to disable jQuery's trigger handler
temporarily or disable jQuery entirely temporarily without removing
the jQuery script?
Thanks in advance!