HTTPS causes jQuery to ignore request
- by Josh
I have an odd bug, this jQuery code executes correctly when calling the page via HTTP, but once I connect to the page via HTTPS it doesn't execute. The code basically tracks when a link is clicked.
<html>
<head>
<title>Test Page</title>
<script type="text/javascript"…