InterviewSolution
Saved Bookmarks
| 1. |
How To Use Require Js With Jquery? |
|
Answer» The REQUIRE JS USES JQUERY and lots of another dependency i.e. require(['jquery'], function ($) { //jQuery was LOADED and can be USED now. }); The Require JS uses jQuery and lots of another dependency i.e. require(['jquery'], function ($) { //jQuery was loaded and can be used now. }); |
|