Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7489717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T15:21:33+00:00 2026-05-29T15:21:33+00:00

Code is at: http://jsfiddle.net/m9yen/ Issue: I have multiple LI’s listing FOOD ITEMS Each li

  • 0

Code is at: http://jsfiddle.net/m9yen/

Issue:

  • I have multiple LI’s listing FOOD ITEMS
  • Each li contains a link (add) and in that href is a rel which holds that specific FOODID
  • I now need to have an input box for QUANITY
  • I also need to a select with dropdowns for SERVING TYPE (i.e. grams, et which I’ll populate)
  • End issue is when the add is clicked, I need to get the rel for the href, the value of the input and the selected option for that specific LI ONLY and sent it to request.php via ajax.

Now I did have it working specifically with the rel only sine it was a if href is clicked get attr(‘rel’) and submit it via ajax to request.php — BUT since this requires other values of items outside the href but only within that specific LI, I’m lost and have tried using .find() with no luck what so ever.

NOTE: There will be more than one, possible 50-100 listings (each LI)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T15:21:34+00:00Added an answer on May 29, 2026 at 3:21 pm

    Since input and select elements are its siblings you have to use siblings method to find them. Since the name of the elements are same as what you are matching use = instead of =^= and just use "rel" to get the attribute value from anchor instead of "a#rel".

    var returnedResult = $(this).attr('rel') + "-" + $(this).siblings('input[name="servingAmount"]'.val() + "-" $(this).siblings('select[name="servingType"]').val();
    

    Demo

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code: http://jsfiddle.net/bUPWS/1/ but #div2 overflows #div1. How to bring the overflowed
I have the following code: http://jsfiddle.net/fCWJ5/1/ , and following doubts regarding the viewbox. body{margin:0;}
I have the following code: http://jsfiddle.net/SPWWx/ I'm completely new to javascript, this is my
I have this code : http://jsfiddle.net/Qchmqs/BSKrG/ <div class=step><-- this is darned wrong <div id=step2><a>Darn</a></div>
Here is the code: http://jsfiddle.net/Gr3fT/1/ How to filter personRoles by role property? Each list
let's i have the following code http://jsfiddle.net/QhJWt/ <span contentEditable=true>asdfasdf </span> span { height:20px; width:100px;
Could you please have a quick look at the sample code http://jsfiddle.net/vXvs2/ I don't
I have the following code: http://jsfiddle.net/3fT2M/ Why isn't the two floated div background color
I have the following code: http://jsfiddle.net/dbg5X/ Is it possible to have the second div
LIVE CODE: http://jsfiddle.net/nnMYN/ I have to automatically copy the postal address to the home

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.