Git Product home page Git Product logo

Comments (6)

sdepold avatar sdepold commented on May 21, 2024

Ah i see :) we are using a polyfill for that, but obviously this
shouldn't be neccessary :) thanks

Am 23.07.2012 um 17:56 schrieb David Duffett
[email protected]:

In line 62 you are using the function "forEach" (entries.forEach), which was introduced in JavaScript 1.6 and is not supported in Internet Explorer 7 or 8.

I can get around this by adding the following code:

if (!Array.prototype.forEach) {
Array.prototype.forEach = function (fn, scope) {
for (var i = 0, len = this.length; i < len; ++i) {
fn.call(scope || this, this[i], i, this);
}
}
}

But it would be nice if this wasn't used so compatibility was ensured in these older browsers. Great library by the way.


Reply to this email directly or view it on GitHub:
https://github.com/dawanda/jquery-rss/issues/10

from jquery-rss.

modaloda avatar modaloda commented on May 21, 2024

sorry, but i have same problem

what shall i do ?

thanks

from jquery-rss.

sdepold avatar sdepold commented on May 21, 2024

you can send me a pull request :)

from jquery-rss.

modaloda avatar modaloda commented on May 21, 2024

ohhh hhhhhhhhhhhhh loolz :)

i can't i'm just perfect in sending issues :b

thanks you at all :) 👍

from jquery-rss.

sdepold avatar sdepold commented on May 21, 2024

fixed in #15

from jquery-rss.

modaloda avatar modaloda commented on May 21, 2024

Okay 👍
Thank You :)

from jquery-rss.

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.