skip to Main Content

How to catch click in wordpress menu item

I'm trying to add and click event listener to a menu item in my Wordpress main menu through the css class name. The menu item looks as follows: <li class="custom-menu-button menu-item menu-item-type-custom menu-item-object-custom menu-item-5404"> Kontaktieren Sie uns I'm using the…

VIEW QUESTION

Jquery on change function not working with asp.net

I have tried with the following code with live, change function. but not working live function is given below, $(function () { $('#txt_ToDate').live('change', function (e) { alert("hai"); var txt_FromDate = document.getElementById('txt_FromDate'); var txt_ToDate = document.getElementById('txt_ToDate'); txt_ToDate.value = txt_FromDate.value; }); });…

VIEW QUESTION
Back To Top
Search