One of my scripts in my Wordpress theme needs an older jQuery Version (1.11.0). All other scripts run on the actual version. My idea was to load the old version at the beginning and using $111 = jQuery.noConflict();
as suggested here. After that the actual jQuery version should be loaded.
Can I place it before the actual version and assign it to e.g. $111
by using wp_enqueue_script
?