inherit
169267
0
Nov 23, 2024 12:51:41 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Nov 11, 2023 6:26:57 GMT -8
Test siteI trying to get my marquee plugin to work correctly. It seem to work before I add a variable to the duration for speed purposes. but since I added it it will not marquee. Can someone help me please. Link is above. Thanks in advance
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Nov 11, 2023 7:32:05 GMT -8
Test siteI trying to get my marquee plugin to work correctly. It seem to work before I add a variable to the duration for speed purposes. but since I added it it will not marquee. Can someone help me please. Link is above. Thanks in advance The immediate issue is there appears to be something left out since the code is trying to use a function that does not exist , in particular, the code references a jQuery addon that adds a marquee function but the addon that adds such functionality to jQuery is nowhere to be found.
|
|
inherit
169267
0
Nov 23, 2024 12:51:41 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Nov 11, 2023 8:15:50 GMT -8
ChrisWhat is the addon? or is there a work around for this?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Nov 11, 2023 11:27:25 GMT -8
Chris What is the addon? or is there a work around for this? I have no idea what the addon is. Wherever you got the code that informed you that you could use .marquee() in your jQuery code is probably where you would be given the addon that adds that functionality to jQuery. There are at least ten different jQuery addons returned on the first page of a search result when you type in " jquery marquee addon" just like there are at least 20 different threads by 20 different people returned when searching for the word " analytics". The code must be paired with the addon where you got that code to work properly since each addon goes about getting to the goal differently and most likely accepts inputs in totally different formats.
|
|