Thread Starter
Ivan
(@gensay)
sorry, looks like my cache problems
Thread Starter
Ivan
(@gensay)
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 {
Thread Starter
Ivan
(@gensay)
still not working, without any async. disabling plugin do the same.
when i customize theme – works fine, in normal view – broken.
-
This reply was modified 6 years, 11 months ago by Ivan.