• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jQuery easing plugin problem

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I want to use Jquery Easing Plugin, I have gone to the web site and I have copied the file " jquery.easing.compatibility.js " content, in note pad and I have named it as easyPlugin.js I dont know where ot place it inside Eclipse for making it works, of course I have add this to my head



It doesnt works

Also the Css assotiated to it,



I have placed the jquery file and the css in tow folders called js and css, in the WebContent folder of my project in the same dorectory than the .html files....





¿Any idea?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's likely the same problem as all the other posts. You are using sloppy URLs to reference your resources and it is likely they are not even loading. See the other posts about using proper server-relative URLs to reference the resources.

Also, open the Developer Tools in the browser of your choice and observe the loading behavior of the resources. This is the 1st step of debugging and not one you can ignore or skip. If the resources aren't even loading, there's not chance anything at all is going to work.

Do not write one more single line of code before learning how to use the browser Developer Tools.
 
Clowns were never meant to be THAT big! We must destroy it with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic