GithubHelp home page GithubHelp logo

List getAttribute about sharepointplus HOT 5 CLOSED

aymkdn avatar aymkdn commented on June 1, 2024
List getAttribute

from sharepointplus.

Comments (5)

Aymkdn avatar Aymkdn commented on June 1, 2024

Can you provide some code please ?

from sharepointplus.

praveendusari avatar praveendusari commented on June 1, 2024

yes sure..here is the code:

$SP().list("CustomLocation","https://urlofmysite/MyTools/GBS/").get({
fields:"Title,Market"},function getData(data) {
for (var i=0; i<data.length; i++){
console.log(data[i].getAttribute("Market"));
}
});

Iam getting error as :Object doesn't support property or method 'getAttribute' in IE9
IE8 and IE7 i dont have any issues,working perfectly fine.

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 1, 2024

I guess you're using the last release (3.0.5) ?

This is weird because it works for me in all browsers.... And your code seems OK... And there is no reason to have this error.

Are you sure the error is related to the line console.log(data[i].getAttribute("Market")); and not another part of your code ?

from sharepointplus.

praveendusari avatar praveendusari commented on June 1, 2024

Yes on the same line..its really wierd that its calling this function two time in IE9 when i kept console.log("hello") above for loop in IE 8 its printing one time and in IE9 its printing two times!!! since the list is in another site it happens? for ex: iam writng this code in https://urlofmysite/my-life/MLC and list iam calling from https://urlofmysite/MyTools/GBS/

from sharepointplus.

praveendusari avatar praveendusari commented on June 1, 2024

sorry i used same name in the function..getData wow..solved..thankyou for such a wonderful support..

from sharepointplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.