Reputation: 45
I write multiple Jquery in WP, but they use the non-conflict version i.e. jQuery. So is it a better idea that in top of my app, i write
var $ = jQuery;
Then use functions with $ symbol It works fine for me, but isn't that bad?
Upvotes: 0
Views: 21