jquery-form / form

jQuery Form Plugin
https://jquery-form.github.io/form/
GNU Lesser General Public License v2.1
5.2k stars 2.14k forks source link

linked javascript url no longer works #596

Closed fregas closed 3 years ago

fregas commented 3 years ago

I'm probably using a very old version of both jquery and this plugin, but I'm getting 404's to this url: https://malsup.github.com/jquery.form.js

I guess it was moved to a different user/organization? What's the proper CDN url to use/

Thanks!

fregas commented 3 years ago

Well, my lack of attention to detail knows no bounds. I solved my own problem, and its right there on the 404 page when you try to hit the script. Things no longer redirect from subdomain.github.com to subdomain.github.io

I should be using this URL in stead: https://malsup.github.io/jquery.form.js

Github deprecated users' subdomains with .com in favor of .io a while back. I wonder how long my page has been borked? :p