inherit
169267
0
Dec 1, 2024 13:31:59 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Apr 24, 2014 9:31:22 GMT -8
Is it possible to make a combo pack with plugins?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 24, 2014 9:34:12 GMT -8
Hi, Mike. You could always add a group of plugin files to a .zip file and provide that to people yourself, but there's no way to tell the forum to install multiple plugins at once, nor is there an easy way to merge them into a single plugin.
|
|
inherit
169267
0
Dec 1, 2024 13:31:59 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Apr 24, 2014 9:40:08 GMT -8
Thank you BrianI did in fact made one but I think the forum is having a problem deciphering which js to use. Instead of using $(document).ready(function(){ how about $('clock').ready(function(){ ?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 24, 2014 9:47:20 GMT -8
The forum will use the Javascript file associated with whatever plugin provided it. It can't mess it up.
Whether or not your example works will be up to whether or not it's a valid jQuery statement. Check the jQuery API online for answers to that.
|
|
inherit
169267
0
Dec 1, 2024 13:31:59 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Apr 24, 2014 10:57:31 GMT -8
|
|