Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 34... Línea 34...
34
    M.util.js_pending('jq');
34
    M.util.js_pending('jq');
35
})
35
})
36
.bind("ajaxStop", function() {
36
.bind("ajaxStop", function() {
37
    M.util.js_complete('jq');
37
    M.util.js_complete('jq');
38
});
38
});
-
 
39
 
-
 
40
// TODO: MDL-84465 Final deprecation in 6.0.
-
 
41
// Attach jQuery to the window object for Bootstrap backwards compatibility.
-
 
42
// Bootstrap 5 is designed to be used without jQuery, but it’s still possible to use our components with jQuery.
-
 
43
// If Bootstrap detects jQuery in the window object it’ll add all of our components in jQuery’s plugin system.
-
 
44
window.jQuery = $;