[jQuery] Re: cycle plugin not working

2009-05-18 Thread surreal5335
Thanks a lot for pointing that out, I made the change which changed nothing sadly. I even cleared my cache and refreashed everything to get the changes to take effect, but still nothing. I am sure that was one of the problems but there seems to other problems still Could you tell me if it is wo

[jQuery] jquery not showing an iframe

2009-05-17 Thread surreal5335
I have been able to show iframes with jquery easily, but for some reason I cant this one to work. I am using the same exact setup in the same page to show this one, but it is not working like the other three. I need the iframe to fadeIn once an image is clicked. I have narrowed it down to class

[jQuery] cycle plugin not working

2009-05-17 Thread surreal5335
I am trying to use the cycle plugin but all I get is a static list. I have checked to make sure all my code is matching with the demos online and still I dont get anywhere. I have loaded this code inside the .ready function $('#s1').cycle({ fx: 'fade', speed: 'fast', timeout: 0, n

[jQuery] Re: .load(function() not working

2009-05-08 Thread surreal5335
Sorry about the awful horizontal scrolling, its not meant to be like that. My belief is that once I am able to get the .load function working again, that problem will also fix itself bc the jcarousellite plugin will opperate properly again. Or atleast it will fix one of the problems toward reslolv

[jQuery] .load(function() not working

2009-05-08 Thread surreal5335
I have a piece of code which has worked great in the past on this very site, but for some reason now, has stopped working. I put in the .ready function to try and fix it bc I understand that is a crucial peice of syntax for jquery. Still the code does not work. Everything in this code is not bein

[jQuery] Undefined function

2009-03-10 Thread surreal5335
I have been having trouble trying to define a function. I've tried every idea I have come across on the internet but nothing worked. I hope some one here has an of how to get it defined properly. The code that is not defined is: var currentUl = 1; function showMe(n) { $("ul#gallery").cl

[jQuery] show and hide jcarousel lite plug in

2009-03-05 Thread surreal5335
I have a set up I am creating where when the user clicks on an image in one carousel it will display another carousel that contains pictures in it to view in a larger window. I have been able to get the carousel on both to work, but I am having trouble getting the second to show and hide and pick

[jQuery] Jcarousel lite parameter problem

2009-03-01 Thread surreal5335
I am working on adding a feature to jcarousel lite which will allow for continous scrolling when a button is hovered over previous or next. So far I am about half way there but I need to write an ending statment to tell jquery to stop the scroll upon the hover out event. What I have in the comment

[jQuery] jcarousel lite plug in help needed

2009-02-25 Thread surreal5335
I am creating this carousel with jcarousel lite plug in but instead of getting a carousel I am just getting a vertical static list of images when loading it into a table cell with firefox. I have read that IE is notroious for having this problem as well. Upon pressing the next and prev buttons th

[jQuery] Re: improper function

2009-02-24 Thread surreal5335
ns to each of these questions. I havnt found any parameters that control these elements. Thanks a lot On Feb 23, 3:54 pm, surreal5335 wrote: > thanks alot for the response, I figured out why I wasnt getting the > address right. > > This is the correct one: > > http://royalvillic

[jQuery] Re: improper function

2009-02-23 Thread surreal5335
         .carousel3d({ >                control: 'continuous', >                radiusY: 0, >                speed: 1, >                radiusX: 250, >                fadeEffect: 1, >                centerX: $('#carousel').offset().left + $ > ('#carousel

[jQuery] improper function

2009-02-20 Thread surreal5335
I posted this earlier today, but couldnt find it when I chacked back again, I guess it didnt go through all the way. I got this code that worked great by itself, but in my site it doesnt work, says its an improper function. Does any one have any idea as to how to solve this? jQuery(function($)

[jQuery] inproper function

2009-02-20 Thread surreal5335
I have found a script for a sliding scroll of thumbnail pictures. by itself it works fine but on my web site firefox says its not a proper function. What could cause this? jQuery(function($) { $("#carousel").html( $("#holder_images").html()).carousel3d({ control: 'continuous', r

[jQuery] Re: how to fade in image after the site loads?

2009-02-12 Thread surreal5335
deOut(); >   $('.site').fadeIn(); > > }); > > The .load() event should fire when the images has loaded. > You don't need to remove the classes "pic" and "site" to get the fades > in/out to work. > Paul > > On Feb 11, 11:17 pm,surreal5335

[jQuery] Re: trouble with adding functions

2009-01-30 Thread surreal5335
up either): p.green { color: rgb(0,255,0); } p.red { color: rgb(255,0,0); border: 1px; } Here is the html for the text: Some text Thanks a lot for your help on this matter On Jan 30, 11:11 am, surreal5335 wrote: > I am having troubles trying to get th

[jQuery] trouble with adding functions

2009-01-30 Thread surreal5335
I am having troubles trying to get this function to work. I got the first part to work but trying to get the take a whole nother action upon hover out. Here is the jquery I am using $("p#makered").hover(function(){ $(this).addClass("red"); }, function() {

[jQuery] Re: None of the tutorials I try work for jquery

2009-01-29 Thread surreal5335
There we go it was the calling of the source that was messing it all up Thanks a lot for helping me get started On Jan 29, 11:35 am, Karl Swedberg wrote: > On Jan 29, 2009, at 12:27 PM, amuhlou wrote: > > > > > Have you tried linking directly to the jquery code stored by google? > > Your first

[jQuery] Re: None of the tutorials I try work for jquery

2009-01-29 Thread surreal5335
p://test.learningjquery.com/click.html > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Jan 28, 2009, at 5:33 PM, surreal5335 wrote: > > > > > I am just starting into jquery and I ham having the hardest trying to >