Drupal Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function
Issue: Java Script + jQuery + Drupal 7
to use jQuery in Drupal 7 you need to wrap your code in this:
(function ($) {
// All your code here
})(jQuery);
دسته:
Drupal Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function
Issue: Java Script + jQuery + Drupal 7
to use jQuery in Drupal 7 you need to wrap your code in this:
(function ($) {
// All your code here
})(jQuery);
افزودن دیدگاه جدید