Log in

View Full Version : Why doesn't this work anymore



Jim Weinberg
04-05-2017, 05:54 PM
I don't know if this is the right forum for my problem. If not, could someone please move it to the proper one?

That said, here's my problem:

I have a webpage (http://www.ohiobuttons.org/ShowScenes.php). The way it's supposed to work (and, yes, I know it's cutsy) is that the first song plays while the words appear on the curtain. Then, a second song plays and a "rope" graphic is displayed. When the rope is clicked on, the curtains part and a slideshow controlled by the newfadeslideshow.js and showscenedefs.php routines.

This used to work fine and noting in the code has changed, but now everything works up to the point where the rope is clicked. Nothing happens after that.

Can someone please tell me what the problem is? I'm guessing it's in the jquery.

Thanks.
Jim

DyDr
04-05-2017, 07:25 PM
You need to use the developer console in your browser to find the error(s.) The jquery library is not being found. Perhaps either the url has been changed or the version is no longer supported.

Jim Weinberg
04-05-2017, 08:16 PM
DyDr. I thought that might be the case. Do you know what the new link is for the jquery libs?

coothead
04-06-2017, 12:17 AM
Hi there Jim Weinberg,


it worked for me in all my test browsers, so I assume
that you have now fixed the problem, is that correct ?


coothead

Jim Weinberg
04-06-2017, 12:34 PM
Hi coothead.

Yes, thank you. I searched around and found the new address for the jquery library, plugged it into my code and it worked fine. I subscribe to the jquery forum, but don't recall being notified of the change. Oh well, all's well that ends well.

Jim