Custom jQuery not working on Wordpress Ninja Forms plugin
问题 I am having some problems when I want to add custom jQuery code that affects the form. For example when someone clicks an input or radio button another input or element to be hidden or shown.I tried to get a result like console.log('trigger'); when clicked or something else but nothing in dev. console appeared.Also, I tried the following methods: To call the click event with .on('click', function()... or to call the event with .trigger('click'); , or to change the event to change To embed the