Error
TypeError: $ is not a functionl2note.com:789:3
https://l2note.com/:789
jQuery 4
i
fireWith
ready
J
Script
/*789*/ $('.kplus').on('click', function() {
var theClass = $(this).attr('id');
if ($('.text'+theClass).css('display') == 'none') {
$('.text'+theClass).animate({height: 'show'}, 100);
$('#'+theClass+'.kplus').addClass('viz');
} else {