CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Pulling two jquery.easing.js Not Working.
aaronheine
Permalink to comment
#
August 2011
I have 2 jQuery features that uses easing.
One needs this...
jquery.easing.min.js
And the other needs this...
jquery.easing.js
Seems like I could use just one. But they keep conflicting. If I use both then one feature will not work.
Thanks
jamy_za
Permalink to comment
#
August 2011
Remove one of them. They are both the same script. jquery.easing.min.js is merely a minified version of jquery.easing.js
aaronheine
Permalink to comment
#
August 2011
That deosn't work. These are the two plugins I'm using.
http://css-tricks.com/examples/AnythingSlider/
http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/
jamy_za
Permalink to comment
#
August 2011
Have a look at
this article
and follow the steps to make sure everything is working.
Add a Comment
One needs this...
jquery.easing.min.js
And the other needs this...
jquery.easing.js
Seems like I could use just one. But they keep conflicting. If I use both then one feature will not work.
Thanks
http://css-tricks.com/examples/AnythingSlider/
http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/