FIX: Uncaught TypeError: $ is not a function in Drupal

0 votes
231 views
added Oct 27, 2017 in Drupal by anonymous
recategorized Aug 15, 2018 by LC Marshal
<!--Wrap it with-->
<script>
  (function($){
 //your code here
  })(jQuery);
</script>
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...