WordPress Ajax Libraries Not Sending Network Requests – Jquery ajax
I am attempting to send the contents of a form to WordPress plugin using Ajax. I have followed many tutorials and examples. None so far have applied. PHP: [/wp-content/plugins/tr/trplugin.php] function trplugin_SC_viewTR($atts) { wp_enqueue_script( 'wp-util' ); wp_enqueue_script('jquery-ui-widget'); wp_enqueue_script('jquery-ui-autocomplete'); wp_enqueue_script('jquery-ui-button'); wp_enqueue_script('trplugin-core', plugin_dir_url(__FILE__).'js/tr.js',…