Click here to Skip to main content
15,891,607 members

Comments by Member 15839423 (Top 3 by date)

Member 15839423 22-Nov-22 4:58am View    
Link to image: https://i.postimg.cc/RV4pVBXD/image.png
Member 15839423 22-Nov-22 4:53am View    
The Network tab shows the beloww:
( function( factory ) {
"use strict";

if ( typeof define === "function" && define.amd ) {

// AMD. Register as an anonymous module.
define( [ "jquery" ], factory );
} else {

// Browser globals
factory( jQuery );
}
} )( function( $ ) {
"use strict";
Member 15839423 22-Nov-22 1:56am View    
Yes. That's what I am trying to achieve. Django template base.html, trying to use the partials concept. I am getting jQuery is not defined error.