jQuery.FilterTable
jQuery.FilterTable copied to clipboard
Mixed content error preventing jQuery from loading from the CDN
The http
was hard coded into the examples for the jQuery CDN. When using pages as https
jQuery will fail to load.
Removed the http
from the CDN links so it'll use either http
or https
.
I'm on the fence with this because removing the protocol causes the asset load to fail with file:// when viewing the example pages when not deployed on a server.