signup.html - What are the jQuery functions and are they important?

Discussion in 'Templates customization' started by masterbanks, Apr 11, 2010.

  1. masterbanks

    masterbanks New Member

    Joined:
    Dec 1, 2008
    Messages:
    10
    Im doing an aMember integration into my new site, and the default look and feel of amember doesnt really go with my rather dark pages.

    My new website is very jQuery heavy. And most pages work quite well after some small code modifications, signup.html on the other hand has not gone well. Mainly because it adds jQuery into the body when its already declared in my header. I removed that, but im finding that the scripts that remain, fight with my other jQuery scripts.

    So my question is ultimately, what are these files for? and do I need to keep them?

    jquery.select.js
    jquery.metadata.min.js
    jquery.validate.pack.js

    js.country_state.js
    js.ajax_uniq_login.js
    js.ajax_coupon.js
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes you need to keep them. aMember use that to validate form fields, load country/state fields and validate unique login and coupons using ajax.

Share This Page