Giter Site home page Giter Site logo

Comments (8)

melloware avatar melloware commented on August 25, 2024

You are getting a jQuery error at b (jquery.min.js?afver=722:2) but this code doesn't use Jquery at all. Also make sure to use the latest version of card from our Dist: https://github.com/jessepollak/card/tree/master/dist

from card.

LeandroMonqueiro avatar LeandroMonqueiro commented on August 25, 2024

But I would like to know about this error : Card can't find a numberInput in your form. What´s the problem ?

from card.

melloware avatar melloware commented on August 25, 2024

I have no idea your error is a Jquery error so you need to debug why. It seems like your page has some JS loading problems on it. I don't think this is related to Card.

from card.

LeandroMonqueiro avatar LeandroMonqueiro commented on August 25, 2024

My form has this name : form_Doador, I need to chance, 'form' :

var card = new Card({ // a selector or DOM element for the form where users will // be entering their information form: 'form', // *required* // a selector or DOM element for the container // where you want the card to appear container: '.card-wrapper', // *required*

from card.

melloware avatar melloware commented on August 25, 2024

no you would need to change form: 'form', to form: 'form_Doador',

from card.

LeandroMonqueiro avatar LeandroMonqueiro commented on August 25, 2024

I change and now, I have this error, in this line :

e.find = function(r, e) {
return (r instanceof NodeList || r instanceof Array) && (r = r[0]),
r.querySelectorAll(e)
}

Uncaught TypeError: Cannot read property 'querySelectorAll' of undefined
at Function.e.find (:1:3462)
at e.render (:1:7417)
at new e (:1:4233)
at :2:28
at b (jquery.min.js?afver=722:2)
at Ie (jquery.min.js?afver=722:2)
at k.fn.init.append (jquery.min.js?afver=722:2)
at k.fn.init. (jquery.min.js?afver=722:2)
at _ (jquery.min.js?afver=722:2)
at k.fn.init.html (jquery.min.js?afver=722:2)

from card.

melloware avatar melloware commented on August 25, 2024

Once again that is a Jquery error and this component does not use Jquery. I think you should ask this problem on Stack Overflow. Closing ticket.

from card.

reveur95 avatar reveur95 commented on August 25, 2024

from card.

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.