Интересно, смогу ли я использовать ссылку mainmenu для фильтрации VC Post Grid
Я пытался использовать скрипт события фильтра Visualcomposer в главном меню.
Я пытался применить сценарий события по ссылке в главном меню,
Ошибка: TypeError: this. $ Фильтр не определен
Моя страница:
http://kleyrgrasso.webeditor.lu/people/#
ссылка в главном меню: люди-> тест
Мой код:
<script type='text/javascript'>
jQuery(document).ready(function( $ ) {
window.onload = function() {
jQuery("#menu-item-7402 a").click(function(e) {
this.style && $.camelCase("filter-" + this.style);
var $control = $(e.currentTarget).find("[data-vc-grid-filter-value]"),
filter = $control.data("vcGridFilterValue");
if (e && e.preventDefault(), $control.hasClass("vc_active")) return !1;
this.$filter.find(".vc_active").removeClass("vc_active"), this.$filterDropdown.find(".vc_active").removeClass("vc_active"), this.$filterDropdown.find('[value="' + filter + '"]').addClass("vc_active").attr("selected", "selected"), $control.parent().addClass("vc_active"), this.gridBuilder.filter(filter)
});
}
});
</script>
Возможно ли это так? или по другому? Любая помощь ?
Спасибо ...