My suplpiers site hanging tryin gto get to this. anyone else having issues?
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.min.js
Shane
|
|
<script src="//ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js"></script><script>window.jQuery || document.write('<script src="js/jquery-1.7.min.js">\x3C/script>')</script>

Ragnor: Working fine for me, maybe it was an earlier outage or routing problem on your ISP.
Either way put in some code to fall back to a local version deployed on your webhost eg:
<script src="//ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js"></script><script>window.jQuery || document.write('<script src="js/jquery-1.7.min.js">\x3C/script>')</script>
nunz:Ragnor: Working fine for me, maybe it was an earlier outage or routing problem on your ISP.
Either way put in some code to fall back to a local version deployed on your webhost eg:
<script src="//ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js"></script><script>window.jQuery || document.write('<script src="js/jquery-1.7.min.js">\x3C/script>')</script>
It's back again.
The site is dove.co.nz. Had talked to them a couple of times as my firefox will not let their site work without having to give permission to third party scripts (I use noscript) and a couple of other issues with speed when aspnetcdn or similar is slow.
Seeing more and more of this issue - especially with sites where facebook, twitter, google fonts, gogle apis, jquery, ajax stuff and third party ads are involved. sire is 90% loaded and hangs owing to third party slowness or failure.
We avoid third party queries where possible, and same as you tend to use a cached version with a recheck every so often.
However many of our suppliers aren't doing that - and suddenly stuff doesn't work right.
shane
nunz:
I use noscript [cut] and suddenly stuff doesn't work right.
|
|