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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:20:17+00:00 2026-06-01T08:20:17+00:00

I am new in share point. I want to select data using java script

  • 0

I am new in share point. I want to select data using java script and j-query from share point list and show it on a page.

  • 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-06-01T08:20:19+00:00Added an answer on June 1, 2026 at 8:20 am

    Sharepoint 2010 use Client Object Model

    http://blogs.msdn.com/b/vesku/archive/2010/02/25/how-to-sharepoint-2010-js-client-object-model-and-ui-advancements.aspx

    http://www.codeproject.com/Articles/60348/SharePoint-2010-Client-Object-Model-for-JavaScript

    Sharepoint 2007 use the below code

     <script language="javascript" type="text/javascript" src="jquery-1.4.3.min.js">   </script>
     <script language="javascript" src="jquery.SPServices-0.7.0.min.js"></script>
     <script type="text/javascript">
    
        $(document).ready(function () {
             $().SPServices({
                operation: "GetListItems",
                async: false,
                listName: "[LIST NAME]",
                CAMLViewFields: "<ViewFields><FieldRef Name=\"Status\" /><FieldRef Name=\"COLUMN NAME\" /><FieldRef Name=\"COLUMN NAME\" /></ViewFields>",
                completefunc: function (xData, Status) {
                   $(xData.responseXML).SPFilterNode("z:row").each(function () {
                      var status = $(this).attr("ows_COLUMN NAME");
                      var createdDate = $(this).attr("ows_COLUMN NAME");
    
                  });
              }
           });
    });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to info path-share point. I want following functionality in my form: user
If I want to share my geocoded spots in javascript and java how is
we want to create a trigger which checks if a new measurement (=messung) point
I am new to SharePoint. I want to learn sharepoint, but the problem is
I'm new to developing in SharePoint and would like some tips please. I want
I want to have multiple objects share a reference through a private field, such
I want to try playing with CouchDB for a new project I'm writing (as
I want to design a new distributed application, but I have a few queries
I want to draw a stock chart using Google Chart Tools. My self-written webservice
I'm using the Tesseract OCR for an application I'm writing. I just want to

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.