[jQuery] Help using

2009-09-30 Thread Jsudesign
Hello I'm in need of some help in getting my custom ad set up working. Any help would be greatly appreciated. Here's what I'm trying to do: I have content set up and after 10 minutes I want to display an advertisement over the content that last for 5 minutes. So it would look like this: Regular

[jQuery] Help using cylce(plugin)

2009-09-30 Thread Ricardo
Hello! I have this html markup: --some images here And this javascript code: $('.dinamica').cycle({fx : 'fade', timeout : '4000'}); The images in the "dinamica" div turns ok. But the second div stays bellow the dinamica div. I tried to change the display of both divs to "bloc

[jQuery] help using parent()

2009-05-19 Thread elubin
I am trying to find the parent of a tag. In the following code, I do not understand why the alert shows 0 instead of 1?? $(function(){ var x = $('#row_3'); var y = x.parent('div[id^=idSection_]'); alert( y.length ); }); eric 1 eric 2

[jQuery] Help using click event on looped LIs for two functions with stopPropagation and .live

2009-03-27 Thread seamusjr
Hello, I am having some difficulty using the click event between two functions. Either it bubbles like crazy or it only works for one function then stopPropagation kills it altogther for the other. Using jquery 1.3.2 for this and .live. Please if you have suggestions let me know. Working on a