[jQuery] Re: nonsecure items

2007-09-26 Thread Dimitris
I fixed it by downloading the latest JQuery.js file. Thx for the replies though On 26 sep, 15:06, "Weaver, Scott" <[EMAIL PROTECTED]> wrote: > 9 times out of 10 this caused by an iframe that has no "src" attribute > defined. I usually fix this by adding src="javascript:void(0)". I have > heard

[jQuery] Re: nonsecure items

2007-09-26 Thread Weaver, Scott
9 times out of 10 this caused by an iframe that has no "src" attribute defined. I usually fix this by adding src="javascript:void(0)". I have heard that others have encountered issues using this workaround however; I have never had any problems with it. -scott -Original Message- From:

[jQuery] Re: nonsecure items

2007-09-26 Thread Brandon Aaron
Did you try removing any plugins first? It might actually be the plugins causing the problem and since you remove jquery.js it just looks like the problem is solved. However, the plugins just aren't running either. -- Brandon Aaron On 9/26/07, Dimitris <[EMAIL PROTECTED]> wrote: > > > Hi, > > I a