Is there a way to get JavaScript this from jQuery this?
this == this, whatever this is.
this
this is a not jquery it is a special, somewhat convoluted, javascript keyword that describes the current scope of execution.
your challenge may be determining or controlling what this is.