My website has complete https and its using outer jquery resource which is http.
In IE 8, when I\'m redirecting the site it giving me \"do you want to view only the
There seem to be two possible problem areas and your post doesn't make clear which is the issue:
As JamWaffles said, you should simply host a copy of the jquery file on your own site so it can be accessed using https. See this answer for details: https://stackoverflow.com/a/1458356/773798
Or ...
I don't think this is what's causing the problem, because it will generate a different message, but for details on how to redirect from a secure to an unsecure page, see this answer: https://stackoverflow.com/a/3784676/773798