$(function(){ // $(document).on("click", ".nav-parent", function(){ // let _this = $(this), // target = _this.data("target") // if(!_this.hasClass("in-active") && $("#"+target).length > 0){ // $(".nav-parent").removeClass("in-active") // $(".nav-children").removeClass("in-active") // _this.addClass("in-active") // $("#"+target).addClass("in-active") // } // }) })