How to modify your JavaScript settings
Whether you know it or not, JavaScript plays an important role on many of the websites you visit every day. But it wasn't always this way. When the Internet first took off in the 90s, JavaScript was considered to be more of annoyance. Do you remember those awful graphics that would follow your mouse around the screen? You can thank JavaScript for that.
Thankfully we've come a long way since then. JavaScript is now an integral part of nearly every website, including ours, and is a tool you're going to need in order to use our hiring software.
Not sure you have it? Here's how to determine if your browser has JavaScript disabled and if so, how to re-enable it.
Step 1: Determine if JavaScript is disabled
Did you click it? What happened? If you saw an alert box that said "Looks like JavaScript is enabled!" then you're good to go. If nothing happened, then your browser has JavaScript disabled. If this is the case, keep on reading.
Step 2: Let's fix that browser!
Internet Explorer 8 and above
- Select Internet Options from the Tools menu.
- Select the Security tab, and click Custom Level.
- Scroll down until you see Scripting (usually close to the bottom) and set Active scripting to Enable.
- Click OK to close that window, and click OK again to close the first one.
Safari 4 and above
- Select Preferences from either the Edit menu, or from the gear/cog-shaped icon below the browser's minimize/maximize/close buttons on the right-hand side.
- Click the Security tab.
- Check the box next to Enable JavaScript.
- Close the window.
Mozilla Firefox
By default, JavaScript is enabled in the latest browsers. If your JavaScript is disabled, follow these steps:
- In the address bar, type "about: config"
- Click "I'll be careful, I promise"
- In the search bar, type "javascript.enabled"
- Under Preference Name, toggle on "javascript.enabled", and change the value to "true" under the Value column.
- Close the panel, and refresh the browser window.
Google Chrome
By default, JavaScript is enabled in the latest browsers. If your JavaScript is disabled, follow these steps:
- In your browser, hit the "F12" key
- On your far, bottom right corner, you will see a gear/cog symbol. Toggle on that icon, and a Settings panel should appear.
- In the Settings panel, click on the General tab
- If "Disable JavaScript" is checked, un-check this box to enable JavaScript.
- Close the panel by hitting the "F12", and refresh the page.