Or do dis
(function ($) {
$('.selector').text('you can use the `$` like normal in here');
$('.button').on('click', function () {
alert('yee');
});
})(jQuery);
Or do dis
(function ($) {
$('.selector').text('you can use the `$` like normal in here');
$('.button').on('click', function () {
alert('yee');
});
})(jQuery);