[jQuery] Cycle plugin help

2009-06-10 Thread ivanisevic82
Hi! I found this wonderfull plugin, http://www.malsup.com/jquery/cycle/int2.html I want to built something like "pager", in the link. I built it, but now I'd like to change something: i don't want a progressive numeration, but Id' like to define a different text or image customized, and not the "1

[jQuery] keep an object "active"

2009-06-10 Thread ivanisevic82
Hi boys! Sorry for my english, I hope you understand me! I have a gallery built using a mix of jquery and normal javascript here: http://www.ivanisevic82.com/pages/modding.php So, as you can see, when I'm hover a thumbinal imag (on the right) it became "clear". I'd like to keep it "clear" (=activ

[jQuery] Tooltip placement

2009-06-07 Thread ivanisevic82
Hi! Sorry for my english, I hope you understand me. I'm using a tooltip created with Jquery, this is the code: _ this.tooltip = function(){ /* CONFIG */ xOffset = 20; yOffset = 50;

[jQuery] Re: Help creating a special menu

2008-12-05 Thread ivanisevic82
Sorry for the double post... I explain better what i want to do: Did you see the menu in the tutorial I linked in the first post? I'd like to have the SAME effect, but I want a fade trasition when the text became form normal to unfocused. ivanisevic82 wrote: > > > Hi!

[jQuery] Re: Help creating a special menu

2008-12-05 Thread ivanisevic82
Sorry for the double post... I explain better what i want to do: Did you see the menu in the tutorial I linked in the first post? I'd like to have the SAME effect, but I want a fade trasition when the text became form normal to unfocused. ivanisevic82 wrote: > > > Hi!

[jQuery] Re: Help creating a special menu

2008-12-05 Thread ivanisevic82
acks for each link individually > */ > $(function(){ > $("#main_nav li a").hover( > function(){$("#main_nav li a").addClass('Blur');}, > function(){$("#main_nav li a").removeClass('Blur');} > );

[jQuery] Help creating a special menu

2008-12-05 Thread ivanisevic82
Hi! Sorry for my english! I need help to create a special menu with jquery. In this menu, when I will be hover a "button", it remain the same, but all the other changes! You can see a very basics and work in progress example in the orange menu here: www.ivanisevic82.com I used this tutorial: h