T
T
thehighhomie2015-12-04 19:07:06
JavaScript
thehighhomie, 2015-12-04 19:07:06

Connected script in wordpress doesn't see $ variable of built-in wp jquery script?

Why, when I register and include my common script prfx-common.js and write in qjuery, does it not see the $ variable?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2015-12-04
@thehighhomie

( function( $ ) {
//Тут ваш код с $
  $(body).on('click', function(){
       alert('Hello');
  })
// конец кода
})(jQuery);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question