[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

[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,

[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

[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

[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

[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) {

[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

[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

[jQuery] Re: improper function

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

[jQuery] Re: improper function

2009-02-23 Thread surreal5335
thanks alot for the response, I figured out why I wasnt getting the address right. This is the correct one: http://royalvillicus.com/photo_site/photo.html I was able to get the error to go away and the scroll to semi come up. right now it is very far to the left and half way off screen.

[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',

[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] Re: how to fade in image after the site loads?

2009-02-12 Thread surreal5335
Thanks a lot for the help, unfortunately it didnt take. One more thing, how could I go about getting the $('.site').fadeIn(); to execute after the other two have finished? I wish I could offer some suggestions to help spark an idea on your end, but I am drawing a complete blank...Which is why I

[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 p 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: trouble with adding functions

2009-01-30 Thread surreal5335
{ color: rgb(0,255,0); } p.red { color: rgb(255,0,0); border: 1px; } /style Here is the html for the text: p class=green id=makeredSome text/p Thanks a lot for your help on this matter On Jan 30, 11:11 am, surreal5335 surrea...@hotmail.com wrote: I am having

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

2009-01-29 Thread surreal5335
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 get anything to happen with my code. I have tried several tutorials, copied and pasted and still nothing happens. What am I

[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 k...@englishrules.com wrote: On Jan 29, 2009, at 12:27 PM, amuhlou wrote: Have you tried linking directly to the jquery code stored by google?