2 replies
can delete this thread. thanks
#javascripts
  • Profile picture of the author TurnRush
    The first file is jquery, that is a javascript libary which is used on almost any website at this moment.

    The other one: Modernizr: the feature detection library for HTML5/CSS3

    They aren't required for css, that is right. But they are required for something your designer has made for you, which is part of your layout and thus of the css work your designer has done for you, best is to contact him and get some information about it.

    If you want to have a faster page load, use a caching plugin if possible (using wordpress?). Jquery from google cdn is cached on most browsers already so this won't slow your site down so much.
    {{ DiscussionBoard.errors[7853349].message }}
    • Profile picture of the author MarketingVet09
      [DELETED]
      {{ DiscussionBoard.errors[7853360].message }}
      • Profile picture of the author viescripts
        just comment these 2 libraries and see if you get any JavaScript errors (IE usually show JavaScript errors in the bottom left corner; Chrome shows errors on Console page).
        If there are no errors, your script does not use any JavaScript code, so you don't even need them.

        Also, you are talking about PSD, aren't you trying to load any PSD files as images to your website?
        {{ DiscussionBoard.errors[7854297].message }}

Trending Topics