Speed Learning 🤓
- A Query String is a set of characters tacked onto the end of a URL that passes information to the web server, telling it what content to deliver or action to take.
- A Query String is added to a URL after a question mark (?) and can include one or more Parameters.
- Each Parameter is represented by a Variable and a Value. An equals sign (=) separates each Variable and Value. An ampersand (&) separates multiple Parameters.
Basic Online Class Listing Table Code
Replace the XXXXX with your Organization ID. Your Organization ID can be found under the Gear icon > Settings > Online Registration.
JavaScript code:
<script type="text/javascript" src="https://app.jackrabbitclass.com/jr3.0/Openings/OpeningsJS?OrgID=XXXXXX"></script> |
Direct URL (link):
https://app.jackrabbitclass.com/jr3.0/Openings/OpeningsDirect?OrgID=XXXXXX |
Parameters for Customizations
Filter Tables
Variable=Value | Notes |
Cat1=x |
|
Cat2=x | |
Cat3=x | |
ClassDays=x | |
Gender=x | |
InstructorID=x | |
Location=x | |
Room=x | |
Session=x |
Show Columns
Variable= | Values | Notes |
showcols= | Cat1 |
|
Cat2 | ||
Cat3 | ||
Duration | ||
Instructors | ||
Location | ||
Room |
Hide Columns
Variable= | Values | Notes |
hidecols= | Ages |
|
Class | ||
Days | ||
Description | ||
EndDate | ||
Gender | ||
Openings | ||
Session | ||
StartDate | ||
Times | ||
Tuition |
Sort by Columns
Variable= | Values | Notes |
sort= |
Ages |
|
Cat1 | ||
Cat2 | ||
Cat3 | ||
Class | ||
Days | ||
Description | ||
Duration | ||
EndDate | ||
Gender | ||
Instructors | ||
Location | ||
Openings | ||
Room | ||
Session | ||
StartDate | ||
StartTime | ||
Tuition |