First thing you do about this issue is try to check if the button calls the jquery function.
for example:
$(#submit-button).click(function(){
alert('button was clicked!'); // to display an alert
});
or using the console
$(#submit-button).click(function(){
console.log('button was clicked!'); // check using web browser console
});
If one of them works then there is no issue in loading the script.
Additionally, check your file permission for jquery script you use if you see 644 then change it to 755. Goodluck!
Related Posts:
- Merge two separate WP menus into one in Mobile view
- Twenty Fifteen: Change navigation menu behavior
- Drop Down menu expanded by default (on front page) [closed]
- Cannot collapse a responsive menu in WordPress
- Add “onclick” option to header menu item
- calling JS to custom menu design
- Foundation Scripts not loading (custom theme)
- Any docs for wp_nav_menu’s “items_wrap” argument?
- Add Javascript to WordPress Menu
- Does Extending Multiple Nav_Menu_Walkers Allow Nested Menus?
- Bootstrap dropdown nav pills not working with wp_nav_menu()
- Show child pages by menu order using Superfish Dropdown menu?
- Bootstrap drop down menu with wp_nav_menu
- How do I give class to the dropdown sub-menu in the wp_nav_menu?
- Adding a class (arrows) to main menu links that have children?
- How to Create a Custom WordPress Navigation Menu with the Code?
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- Add class to menu ul with active child
- jQuery cookie not working properly in wordpress
- Create search form in menu as in Twenty Fourteen theme
- Hide menu item in certain condition
- Replace menu links with # and add name to its li
- I am facing a problem with the navigation menu of my website
- How to add fixed position in menu class for Twenty Twelve theme?
- WordPress 3.5 dropdown menu
- Menu item with no page, but with dropdown
- Add css class to dropdown
- Hierarchical menu nesting problem with jQuery targetting
- WordPress menu link not working
- Using a shortcode to create a dropdown menu from wp_nav_menu list items
- Static page to one page- menu inactive items highlighted
- Add code to WordPress menu items by class
- Menu in left side don’t appears with dropdown
- getting the current sub item out of total sub items in a given dropdown (custom walker)
- How to add html attributes to the “ul” html tag with “wp_nav_menu” function?
- How to remove dropdown from wp_nav_menu
- superfish.js seems it is not working properly after wordpress upgarde to 4.6.1
- styling wp_nav_menu – horizontal, sub-menu drop downs
- Adding numbers inside a span tag in nav menu [closed]
- Replace the slug of parent pages with # [closed]
- Adding toggle-able element after menu item
- WordPress Menu adds an unwanted slash before anchor
- wp_get_archives doesn’t take effect from css or html
- Adding archive years to my menu
- Nav menu classes ‘has-dropdown’ but no ‘active’
- Custom menu – different submenu for first menu item
- Dropdown menu on click change
- WordPress Menus – How to add inline styles to UL menus
- dropdown menu, with walker
- Dropdown primary navigation menu not working
- Is there any way to change the CSS class applied to 2nd level sub menu ul’s?
- WP Menu Rollover Nav Item and Effect DIV Elsewhere
- Menu item that hides when you click the previous submenu
- Event listener callback returns undefined element
- Mobile navigation javascript problem
- Add class to sub-menu from unrelated element
- Change hover to onclick on menu
- WordPress menu issue – if there are child links partents won’t click
- Homepage Menu Link Won’t Function
- How to create a mobile menu full screen overlay using Understraps Bootstrap 4 theme
- javascript i wrote not working, can’t figure out why [closed]
- how do you create this customize menu using wp_nav_menu function?
- Mobile menu not working – jQuery error?
- How can I create this menu with wp_nav_menu()?
- Walker or wp_get_nav_menu_items VS jQuery
- show a hidden ul if li is active
- How can I make menu items into two seperate buttons with different functions?
- Responsive Dropdown Menu
- show-hide based on select option jquery wordpress
- Links in new menu don’t work
- Menu Details Output in Javascript [closed]
- Reveal hidden submenus on page load – Twenty Fifteen theme
- JQuery Login Dropdown not functioning in theme
- No indication of menu
- jQuery not working when used with wordpress menu
- Showing a link with Javascript based on log-in status
- wp_dropdown_nav function to list menu items
- How do i keep my current page menu highlighted on pagination?
- How to make a drop down menu with categories
- How to add an tag when a menu item is a dropdown(or has a sub-menu) [duplicate]
- How do I get my nav menu to show sub pages?
- Add jQuery function to media button
- How to add posts with thumbnails to my dropdown menu?
- Should I custom code drop down menus or use a wordpress plugin?
- Keeping my Sub Menu open when hovering on its list items
- Changing when mobile menu is displayed
- Is it possible to animate the Twenty Eleven menu? [closed]
- Add a page to a subscribers account
- What is the best way to incorporate responsive dropdown navigation menu into custom theme?
- Menu items do not “open” when mouse hover over them?
- How can I only show one responsive menu on mobile devices?
- Active Navigation Class Based on URL on icon
- Icon not shown in Dropdown menus in Twenty Seventeen Theme
- querySelector vs. getElementById
- jQuery in header or footer
- WordPress Ajax always returns a 404 error
- combining js scripts from a js newb [closed]
- Set first level items to in wp_nav_menu()
- How to echo a PHP code into WooCommerce variation product?
- How to change WP menu item type?