[jQuery] Problems with animate()

2009-05-27 Thread Filipe
Hello mates! I'm having a few problems using the animate() functions. The following piece of code works perfectly fine: $(document).ready(function(){ $('#aba').animate({width: '300px'}, 2000); $('#content').animate({width: '454px'}, 2000); $('#aba').animate({width: '30px'}, 2000);

[jQuery] Re: Circular jCarousel

2009-04-09 Thread Filipe La Ruina
, buttonNextHTML: null, buttonPrevHTML: null }); On Apr 6, 7:05 pm, Filipe La Ruina filaru...@gmail.com wrote: Hello everyone! I'm trying to usejCarouselin a project and the client asks for the following: 4 pagescircularslideshow showing two articles at a time, scrolling one

[jQuery] Re: Circular jCarousel

2009-04-08 Thread Filipe La Ruina
because the html is being generated by PHP Do you control the outputted HTML by PHP? On Apr 7, 7:36 pm, Filipe La Ruina filaru...@gmail.com wrote: Yeah, i know it doesn't, but jCarouselite for example does it in a nice way (although other problems showed up when i tryed to use it) I'll try

[jQuery] Re: Circular jCarousel

2009-04-07 Thread Filipe La Ruina
/special_circular.html why couldn't you build the variable: var mycarousel_itemList with your data?  it would be the same exact thing as placing li items in the HTML On Apr 6, 6:05 pm, Filipe La Ruina filaru...@gmail.com wrote: Hello everyone! I'm trying to use jCarousel in a project

[jQuery] Re: Circular jCarousel

2009-04-07 Thread Filipe La Ruina
sliders don't because of the fundamentals behind how they are generated on the page. I have just released a plugin called loopedSlider that loops slider content. It may be a solution for you. If so let me know. http://code.google.com/p/loopedslider/ On Apr 6, 3:05 pm, Filipe La Ruina filaru

[jQuery] Circular jCarousel

2009-04-06 Thread Filipe La Ruina
thank you all for the help, Filipe La Ruina

[jQuery] How to block control + plus/minus key?

2009-04-02 Thread Filipe
hey folks, how can i block control + plus/minus key on the whole page? i've tried a few scripts but none of them seem to work. thanks in advance! filipe.

[jQuery] history plugin and iexplorer

2008-12-28 Thread Filipe Avila
hello jquery folks! does anybody use the following plugin: http://www.mikage.to/jquery/jquery_history.html ? well, i'm having a problem using this plugin, but only on internet explorer. for example, if there are links within the content loaded through ajax, they won't work on iexplorer. they

[jQuery] CSS - height and top position

2008-09-28 Thread Filipe Avila
hey, everyone. how can i get the height of an element and, based on its given height, set the position of another element from the top? for example, if there's too much text in the content div, improves the distance of the foot div from the top.