Particularly I want to define local jQuery (var jQuery) where jQuery should be stored (and also local $).
The problem is that jQuery operates directly with windo
var jQuery, $; jQuery = $ = window.jQuery; delete window.jQuery; delete window.$;