[jQuery] Re: jQuery called twice, if I delete one, all jQuery scripts stop working

2009-09-12 Thread Adrian Chen
On Sep 12, 10:09 am, Alex Weber wrote: > That's totally weird! > > I would start over, delete all the include files and add it once > before any other external js script.  Test it and gradually add the > others one by one afterwards... This is really a weird problem, its > the best I can think of

[jQuery] jQuery called twice, if I delete one, all jQuery scripts stop working

2009-09-12 Thread Adrian Chen
I got this at the bottom of a website: If you notice, jquery is called twice. If I delete either one, anything that works with jQuery stops working.

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
Found how how to do it: .pics { width: 960px; height: 220px; margin-left: auto; margin-right: auto; overflow: hidden; } .pics img { width: 960px; height: 220px; } overflow: hidden did the trick. Thanks! On Jun 1, 1:27 pm, Adrian Chen wrote

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
> Use CSS to control the initial display of the images. How would that be done? Right now this is what I'm using .pics { height: 220px; width: 960px; margin-left: auto; margin-right: auto; } .pics img { width: 960px; height: 220px; }

[jQuery] JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
I'm trying this Cycle Plugin, but whenever I load, lets say I have 5 images in the rotation pool, they all show up (briefly) whenever the page reloads, and then they dissapear (starting the rotation). Is there any way to avoid this? The images I'm using are 960 x 220, so it pretty much fills the

[jQuery] Display random text+image whenever user refreshes

2009-05-19 Thread Adrian Chen
I've been trying to look for some sort of jquery plugin that would allow me to display random text and images in a page. I've seen that there are some scripts that fade in and fade out content, but it starts as the page loads and it's in some sort of linear way, I wouldn't mind using this as long