Giter VIP home page Giter VIP logo

Comments (9)

mathiasbynens avatar mathiasbynens commented on May 24, 2024

I cannot reproduce the issue with the latest version from this GitHub repository. I guess your file somehow got mangled. Try getting a fresh copy.

from he.

cyphix333 avatar cyphix333 commented on May 24, 2024

Ok, seems I was using the wrong he.js file. I was using the one in src and not the one in the root dir. What is the difference?

Btw..... thanks for the excellent library!

from he.

mathiasbynens avatar mathiasbynens commented on May 24, 2024

The one in src contains placeholders for complex data that is generated and placed into the code at build time.

from he.

cyphix333 avatar cyphix333 commented on May 24, 2024

So which one should I be using? I tried the one in root but then I got..

he is not a function

My usage:

jQuery('input[name=billing_name]').val(he(name));

from he.

cyphix333 avatar cyphix333 commented on May 24, 2024

My bad, I see I missed using the encode part. facepalm

from he.

mathiasbynens avatar mathiasbynens commented on May 24, 2024

What are you trying to do exactly?

When using jQuery#val() there’s no need to HTML-encode first (unless you want to display the HTML-encoded value).

from he.

cyphix333 avatar cyphix333 commented on May 24, 2024

It's basically just a simple checkbox that populates the billing info the same as the applicant details. So I thought I would need to make sure the data pulled from the applicant data would be in entities to avoid breaking things if the values had certain characters such as backslashes.

from he.

mathiasbynens avatar mathiasbynens commented on May 24, 2024

Yeah, you don’t need he for that. Just set .val() directly.

from he.

cyphix333 avatar cyphix333 commented on May 24, 2024

Oh ok, thanks!

from he.

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.