I would use .ajax()
instead of .suggest()
in your jQuery.
jQuery.ajax({
type : "post",
url : myAjax.ajaxurl,
data : {
action: 'se_lookup',
},
success: function( result ) {
console.log(result);
}
});
You should now receive the values back from the SQL.
Related Posts:
- jQuery ajax call throws an HTTP 302
- Return an array from get_terms and store as JavaScript array for search autocomplete
- Dropdown filtering extremely slow
- Extend the twentyten dropdown menu with jQuery with a delay onmouseout
- Convert UL to dropdown list not working
- Redirect wp_dropdown_pages() to an AJax request?
- jquery Autocomplete
- Multiple level category drop-down three levels is not working
- JQuery Login Dropdown not functioning in theme
- jQuery autcomplete not working
- Drop Down Category Menu Not Working
- Dynamically populate Cascading Dropdown from MySQL using JQuery/AJAX [closed]
- using jquery autocomplete in wordpress plugin
- Can’t Get jQuery AutoComplete to work in WordPress (jQuery Hide/show works)
- How to set time delay in javascript
- Disable button in jQuery
- Submit a form using jQuery
- Adding placeholder attribute using Jquery
- wait() or sleep() function in jquery?
- Force a default browser on my android phone using a simple html shortcut page
- Ajax Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
- Enable & Disable a Div and its elements in Javascript
- Which selector do I need to select an option by its text?
- jQuery dynamic selector
- Check if inputs are empty using jQuery
- The ‘describe’ keyword in javascript
- e.preventdefault(); not working
- How to empty input field with jQuery
- Using WordPress 3.5 Media Uploader in meta box?
- CSS not pulling in for jQuery UI dialog
- WordPress Ajax URL for function in functions.php
- Move WordPress native javascript to bottom of page?
- Lightbox popup on WooCommerce add_to_cart action
- AJAX function returning -1
- jQuery AJAX form validation
- Uncaught TypeError: Cannot read property ‘replace’ of undefined
- Is it worth updating WP admin to jQuery 1.5?
- Proper way to load a single post via Ajax?
- Trying to get single posts to load on the front page via ajax
- Ajax not firing properly using Firefox, but works in Chrome
- Get ACF value in external jQuery document
- Adding jQuery dependency prevents my script from enqueuing/loading
- Gravity Forms not loading under https, jQuery is not defined
- Automatic jQuery accordion from header tags
- Adding a character counter to the excerpt metabox
- How to deregister a jquery version for a specific page?
- Enqueuing javascript files
- How to undo deregister script and use local versions?
- Can’t load a class into WordPress post editor’s content field
- How can I check email exists via a jquery keyup()?
- How to Dynamically Load Content Into Body of Bootstrap Modal Window?
- I want to import my Json file into a custom made display-modal. How do i link my Json file?
- show/hide div with simple jQuery script [closed]
- Searching multiple tags and adding jQuery dependant script onto page template?
- TinyMCE 4 remove/add attributes for all images
- Validating a cloned/repeatable input (jQuery) [closed]
- Trouble adding inline style after jQuery in the footer!
- Reload wordpress shortcodes
- $.browser Undefined Seemingly Causing Faulty Page Display
- I’m trying to set the cookie to my site to button on click action ,it is working on when user logged in .When user logged out it’s not working
- Ajax form submit not working, returns 0
- Do I need to use jQuery for my template?
- Invoking Jquery in a Plugin
- Why not working jquery show() function in wordpress? [closed]
- registering new jQuery after wp_deregister_script() not working
- Displaying an image’s alt title and caption inside a fancybox window. Working, but showing the same alt and caption for each image
- Problem Implementing parallax in header of bp-default theme
- Required radio button does not validate in form, when clicked through Javascript/jQuery
- Need workaround for insecure XMLHttpRequest endpoint request
- jQuery don’t working
- Applying jquery to WordPress admin edit.php
- Load different post_thumbnail for smaller window width (jQuery,WordPress)
- Duplicate “default” form with jQuery
- Checking length of string in an admin area field onblur with jQuery
- My wordpress site is using local ip to point to jquery and other files, how to fix it?
- Blur.js with WordPress – Enqueued, but server not finding file
- Load an action which is in an url with Jquery
- Tabbed content for WordPress sidebar
- Submitting form from input[type=file] dialog box
- WordPress not showing jQuery
- JQuery script working locally on desktop, not working on WordPress + Divi
- Uncaught TypeError: Cannot read property ‘replace’ of undefined
- Can’t Target a Widget’s Elements using jQuery
- Uncaught TypeError for wp-auth-check in wpCompressionTest on Posts/Pages
- Lightbox scroll page down on iPhone
- Multiple recaptcha validation
- Jquery scroll animate offset asynchronous
- jQuery plugin is loaded correctly, but does nothing
- Enqueue javascript that inserts custom php widget into jQuery-constructed div
- Retrieve customizer value using ajax or customizer api and print the value in theme
- WordPress version for this autocomplete jQuery code
- JQuery multiple toggle values
- Loop not appending through infinite-scroll ajax call
- Custom counter when link is clicked in WordPress
- My .js file is getting a 404
- Contact Form 7 submission does not complete [closed]
- how to display post in jquery slider and carousel
- Carousel Hover Image
- What is calling jquery?
- Accessing Advanced Custom Fields with Repeater using jQuery instead of PHP