Topic List

Submitted by Pawint Saeku on 12 ก.ค. 67 14:02

$( document ).ready(function() { $('.sub-menu .-item a').on("click", function(){ $console.log($(this).text()); });});//let sub-menu-btn = document.querySelector(".sub-menu .-item a");//$sub-me

Submitted by Pawint Saeku on 8 มี.ค. 67 16:44

var $slide = $('.slide'),$slideGroup = $('.slide-group'),$bullet = $('.bullet');var slidesTotal = ($slide.length - 1),current = 0,isAutoSliding = true;$bullet.first().addClass('current');var clickSlide = function() { //stop aut

Submitted by Sutthisapan on 1 มี.ค. 67 14:18

console.log('hello');