We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Auto Jump Feature
Topic Started: Sep 18 2017, 08:58 PM (191 Views)
fnuppage
Member
[ *  *  *  * ]
Forum http://thelighthouse.cf

I am looking for a code which will allow for an "Auto Jump" feature so that when someone selects a forum using the Forum Jump feature they are automatically taken there without having to press GO

Is this possible?
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Admin CP > Board Template > Above the Copyright
Code:
 
<script type="text/javascript">
$('form:has(input[name="task"][value="14"]) select').change(function() {
$(this).closest('form').submit();
}).next().hide();
</script>
Offline Profile Goto Top
 
fnuppage
Member
[ *  *  *  * ]
DaPizzaMan
Sep 19 2017, 10:49 AM
Admin CP > Board Template > Above the Copyright
Code:
 
<script type="text/javascript">
$('form:has(input[name="task"][value="14"]) select').change(function() {
$(this).closest('form').submit();
}).next().hide();
</script>
Thank you, works perfectly :cool:
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic