pablomarambio / jquery.rut

Formato y validación de RUT Chileno / jQuery 1.4+
MIT License
101 stars 56 forks source link

Uso con webpack #13

Open deryckoe opened 6 years ago

deryckoe commented 6 years ago

Hola Pablo. Gracias por el plugin.

Estoy intentando utilizarlo con Webpack y no lo consigo. ¿Alguna sugerencia?

Uncaught TypeError: (0 , _jquery2.default)(...).rut is not a function at HTMLDocument.<anonymous> (app.js:14498) at mightThrow (app.js:3508) at process (app.js:3563)

¡Gracias!

pablomarambio commented 6 years ago

Ni idea! Pero si encuentras la solución, se aceptan PRs! :-)

darwinringele commented 5 years ago

encontraron la solución? tengo un problema parecido, me aparece este error: "Uncaught TypeError: ((S.event.special[o.origType] || {}).handle || o.handler).apply is not a function"

que hace referencia a esta función:

            _that.opts.validateOn && that.on(that.opts.validateOn, function() {
                validateInput(that);
            });_

que será?