Giter VIP home page Giter VIP logo

Comments (7)

elo80ka avatar elo80ka commented on July 3, 2024

From stan.madueke on November 15, 2011 22:39:57

Status: Accepted
Owner: stan.madueke

from django-dynamic-formset.

elo80ka avatar elo80ka commented on July 3, 2024

From [email protected] on December 22, 2011 03:58:51

I'm using Firefox and I still cannot get this condition to pickup correctly.

The documentation for jQuery states that ".attr() should not be used on arrays", however this appears to be precisely what is happening at this part of the code. I originally thought that I'd done something wrong in the initialisation, but I've been playing with it for the past 2 hours without success.

Changing to ".is('tr')" suffers from the same problem.

from django-dynamic-formset.

elo80ka avatar elo80ka commented on July 3, 2024

From [email protected] on December 22, 2011 04:51:40

Sorry my fault, $$.is('TR') does work in this case after all.

from django-dynamic-formset.

elo80ka avatar elo80ka commented on July 3, 2024

From [email protected] on March 27, 2012 23:47:07

As per http://bugs.jquery.com/ticket/9228#comment:3 , tagName cannot be fetched using the attr function as it is a property not an attribute.

Use $$.prop('tagName') instead of $$.attr('tagName').

from django-dynamic-formset.

elo80ka avatar elo80ka commented on July 3, 2024

From stan.madueke on March 27, 2012 23:53:24

@iakbar: thanks for the link. I think $$.is(...) is the right way to do this though.

from django-dynamic-formset.

elo80ka avatar elo80ka commented on July 3, 2024

From [email protected] on February 21, 2014 14:41:39

I've made the change in my copy of the code to use $$.prop('tagName') and it is working happily now.

from django-dynamic-formset.

elo80ka avatar elo80ka commented on July 3, 2024

Fixed in 1d57afe.

from django-dynamic-formset.

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.