Home › Forums › ACF PRO › Loading New Advanced Custom Fields Row With Ajax › Reply To: Loading New Advanced Custom Fields Row With Ajax
You’re trying to get the last row that was displayed and send that value in the AJAX? You may be going past were I can help you. If I was doing this, more than likely I would be setting a variable in JavaScript that held the current row being displayed rather than trying to get the row id from the html element.
var current_id = 0;
I’d increment or decrement this value based on what the user clicked and then send this value in my request.
I actually don’t do much with jQuery. I can help you with the ACF/PHP side of things, I’ve had some experience with AJAX, but when it comes to how to get what you need to send using jQuery what you really need is jQuery help.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.