CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   Problem with jQuery.easing (http://www.codingforums.com/showthread.php?t=274069)

fineartist99 09-24-2012 08:15 PM

Problem with jQuery.easing
 
I saw this site I really like and wanted to use a feature from it. I grabbed all of the code and the files that were needed to reproduce the feature. It works fine the 1st time you use it (if you can click the link promotions before the page loads fully) Let me know what you think could be causing this malfunction.

This is the error in the error consul
jquery.easing.1.3.js:46TypeError: 'undefined' is not a function (evaluating 'jQuery.easing[jQuery.easing.def](x, t, b, c, d)')

You can see my version here and the original here

Now if anyone knows any other way to incorporate this feature within a website I'm all ears. Please please please, any help is greatly appreciated.

To download all of the files that make up this test site click here it's 7.8MB.

Thank you to anyone that can help.

DanInMa 09-24-2012 08:23 PM

your page appears to be already loading a much newer version of jquery. simply remove the reference the the jQuery library file you added, and that alone may very well fix it.

fineartist99 09-24-2012 08:29 PM

by golly that f-in worked! I spent the last 3 hours trying to figure this out. Thank you so much!

I removed this line

<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>

and it works fine now - here's a index2.html page to see

Now how do I close this thread?

VIPStephan 09-24-2012 09:38 PM

Quote:

Originally Posted by fineartist99 (Post 1273012)
Now how do I close this thread?

You don’t. You can set it to “resolved” by editing the first post and choosing “Resolved” from the select next to the title.

fineartist99 09-24-2012 09:56 PM

Actually, this thread has to stay open!!!

I went a step further in developing and that easing effect needs to be included and that's what's breaking this feature from happening correctly.

Check out the page now. You can click the "click to read more and see work" link and the other window comes in, you can x it out but hit that "click to read more and see work" link one more time, the window opens and now you cannot do anything.

Again all of the files that make up this test site you can grab here. And if you'd like to just download the jquery.main.js files (one where I removed the easing effect thus breaking the site entirely) you can grab those files here.

Any help would be greatly appreciated. Thank you ahead of time.

DanInMa 09-24-2012 11:54 PM

Quote:

Originally Posted by fineartist99 (Post 1273012)
by golly that f-in worked! I spent the last 3 hours trying to figure this out. Thank you so much!

I removed this line

<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>

and it works fine now - here's a index2.html page to see

Now how do I close this thread?

you had jquery.1.3.2.min.js on there as well, thats the wone you needed to remove ( i might be slightly off on what version you had) but the easing script can stay

fineartist99 09-25-2012 02:20 PM

I am not seeing jquery.1.3.2.min.js in any of my files. Also I just realized that after opening and closing the promotions link more than once on the fixed page - it actually doesn't work as it should. Try it for yourself.

Here's a quote from above from entry 09-24-2012, 03:29 PM-
Quote:

I removed this line

<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>

and it works fine now - here's a index2.html page to see
Thanks in advanced to anyone that can help.

fineartist99 09-25-2012 03:17 PM

never mind, I removed the easing from the file jquery.main.js and it's working without any additional page on the test site and it seems to be working fine - you can see it live here

I will try to get the other page working where there's more than one section on the test site.


All times are GMT +1. The time now is 07:24 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.