jQuery - to safely use jQuery code on vanilla js project

0 votes
123 views
added Jul 12, 2019 in jQuery by LC Marshal Captain (25,790 points)
(function($){
  console.log('your jquery code here');
})(jQuery);

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...