-
Import javascript in javascript
I know that I can import an css file in other css file with @import
Ex: @import "style.css";
Can I do something like this in javascript, import a javascript in other javascript ;
-
No, not like you import the CSS.
You could though create a script tag using the DOM though and append it to the document, but I don't really see what the benefit of this would be.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks