Looks like you want to use something like result = $.parseJSON(data)
. Then you can access the data with result.win_id
, for example.
As an aside, you should sanitize the input to that database query using prepare
with something like:
$wpdb->get_results( $wpdb->prepare( "SELECT * FROM wp_winners WHERE user_id=%d", $user_id ) );
Related Posts:
- Go Back to Previous Page
- Most efficient way to add javascript file to specific post and/or pages?
- Pass media upload value to input field
- Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file
- Integrating PHP into Javascript to display map markers with Google API
- Data fetch and delete by ajax request
- JavaScript, best way to use data from the loop
- Display notification only once
- Using wp_localize_script to store the template url into a variable to use in JS
- How can I add tinymce editor in WordPress with jQuery?
- Colorbox ajax loading of outside HTML content works perfect on localhost but not on server
- Slide in Panel WordPress Post
- Using shipped version of jquery
- Bridging TinyMCE js and WordPress PHP?
- Trying to implement Ajax comments in WordPress, getting WP error
- Simple Plugin with custom javascript wont work – no console error
- class click counter save number
- WP functions in .js
- Ajax – Call to undefined function get_option()
- Populate dropdown with Child Pages based on Parent Page chosen
- How to prevent XSS alter custom global javascript object & methods in WordPress
- How to inject variables into public-facing JS using wp_enqueue_script
- Ajax random number always the same
- JS file work only in index page
- Javascript file is not working on single.php wordpress [closed]
- How to change redirection route to a php page for making it only accessible by logged-in members?
- Integrating PHP into Javascript to display map markers with Google API – problem with wp_localize
- How to send Ajax request from my plugin in admin dashboard?
- Customizer: Multiple CSS styles on same element in Live Preview
- How to register javascript variables in wp_localize_script?
- How to pass Select value from Javascript to PHP to generate select option on change
- How does wp_enqueue_scripts work?
- AJAX success response is not working but it’s saving my changes
- Post repeating with infinite scroll
- WordPress Scripts Being Loaded in Footer
- WordPress Ajax Call inserting data but success response false
- How to optimize the IF condition with many conditions and same output [closed]
- Is the wp_enqueue method efficient?
- admin-ajax Firing Error 400 When Logged In
- Making an AJAX call to refresh a table
- add onchange to select in a wp form
- Jquery window.send_to_editor function
- How to add drag and drop functionalities to a div inside option panel
- Post repeated when opening in overlay, how do I solve this? [closed]
- How to change logo by category
- Submitting a form, using Ajax, to run a SQL Select query based on user input from the form
- Run JS Code on userlog out
- Covert WordPress Blogname into JQuery
- Is it possible to isolate and use WordPress functions outside of wordpress
- PHP variables in a post?
- Testing a Form’s Zipcode Field with Regular Expressions to Determine WordPress Page Behaviour
- security concerns if using html data-* attribute for l10n?
- Time Delay a URL Redirect for Specific Page
- Cascading dropdown select search based on Parent Page & Child Page
- WordPress cascading dropdown selection search based on Parent Page & Child Page
- Settings API form – submit with AJAX
- Search bar for wp menu
- Adding HTML Code to Replace Text in PHP
- Executing php on button press
- Run do_shortcode on php template using JS function
- Trying to add some custom text into WordPress Post title via function.php
- Ajax search box displays nothing if taxonomy doesn’t exist
- How can i show specific Category List?
- Using Javascript On Page – Header and Footer Now Missing
- Store data from JavaScript object to custom table in user account
- register dependency css and js inside a plugin class
- Filtering custom posts by using checkboxes for taxonomy in an ajax loop always gives server 500 error
- Adding extra data to shortcode attributes and pass it to JS with wp_localize_script
- Show the subcategory name based on current product
- Javascript Tab Gallery with Advanced Custom Fields
- Cannot successfully execute AJAX script to call function.php specific function. Using XAMPP localhost to test
- sessionStorage saves input value in browser but it is not loaded in the form field
- Collapsible menu on post sidebar only expands and does not collapse
- Replacing entire tag with shortcode – JavaScript [duplicate]
- How do I make comment-reply-button with that takes to comment reply form on click
- ajax polling with admin-ajax.php
- Generate a radius search of custom post type locations
- custom field – changing an element or background of id div – different versions not working
- How to load WP_Editor JS files manually (with AJAX)?
- Is there a reason why my wordpress PHP page isn’t loading into my PHP template
- A javascript function that simply runs a php function on the plugin
- Display text of price (minus 20%) on every product page in a sentence.
- Populate an array from the loop, and then read the array into JS
- Where to find the html for WordPress site? [closed]
- Why isn’t my custom Javascript showing up in my custom template?
- 500 (Internal Server Error) of external php file
- Add title and caption to thumbnail image on mouseover
- Problems with plugin that fetches data from database with ajax
- Dynamic Gallery
- Execute PHP code in Javascript onclick
- Cannot get custom javascript to execute on page
- How to create and add js and css file when server is not on my PC?
- Object of class WP_Post could not be converted to string while trying to console.log wp_get_nav_menu_items
- Check radio get value to array
- Pass a PHP variable (loop-audio.php) to jQuery function (js/script.js)
- Set variable in javascript and using in my shortcode
- Having trouble customizing toolbar on wp_editor
- Load wp_editor on button click
- Facing Problem While Running WordPress Hook For Archive, Categories, Author, Date Pages Only
- Weird Javascript:void(0) code in my website