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 6600235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:35:44+00:00 2026-05-25T18:35:44+00:00

I am returning a QuerySet of 1 and my JQuery looks like this <script>

  • 0

I am returning a QuerySet of 1 and my JQuery looks like this

<script> 
    $(document).ready(function(){

    $("#search_form").submit(function(event)
    {
        event.preventDefault();

        $.ajax({
            type: "POST",
            url: "object/search/",
            processData: false,
            dataType: "json",
            success: function(data){
                $.each(data, function(key, value){
                    alert( key + ': ' + value );
                    });
                }
            });
    });});
</script>

The alert will show up but all it returns 0: [object Object]. I would like to display the name property of the Object model that is being returned. Like using object.name. I am really stuck, your help in solving this problem is appreciated.

The code for my view is:

if request.is_ajax():
    if request.method == 'POST':
        format = 'json'
        mimetype = 'application/json'
        o = Object.objects.filter(name__icontains="bin")
        data = serializers.serialize(format, o)
        return HttpResponse(data, mimetype)     

I am only returning 1 Object with this query but it is of type QuerySet.

EDIT. Here is what data looks like when returned.

>>> o
[<Object: Bin Ber>]
>>> data = serializers.serialize(format, o)
>>> data
'[{"pk": 1, "model": "objects.object", "fields": {"name": "Bin Ber", "roof": 3,                                               "depth": [3], "user": 1, "created_when": "2011-08-16 03:11:36", "shared": false,                                                          "projects": [1], "description": null}}]'
  • 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-25T18:35:44+00:00Added an answer on May 25, 2026 at 6:35 pm

    Based on your edits:

    $.each(data, function(key, value){
            alert( key + ': ' + value.fields.name );
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently am returning a table that looks like this: Country Result ------ -----
I have a query returning data that looks like this: Status Total Success 234
why is this returning undefined for all ID's? var time = 200; $('.block').each(function ()
I am returning data via ajax to populate a jquery dialog. The ajax is
My WCF webservice is returning C# DateTime objects as JSON like this, /Date(1293793200000+1300)/ I
let's say im returning a datetime string like this in JS: 8/18/2010 9:35:27 AM
I have a problem returning data back to the function I want it returned
My cUrl call is returning HTML code like: &quot;Some stuff.&quot; and I'd like to
This seems to be returning the correct answer, but I'm not sure if this
I have problems returning JSON data after using Uploadify. This code works in Firefox,

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.