[jQuery] Re: There must be a better way to write this

2008-10-02 Thread Pappa Bear
You could try something like this without the timers. It's a script I wrote for a sidebar, but it handles the fade no matter which direction you travel (was meant for an automated fade-to-next sidebar). I will have to check the nth-child to see if it would fit my own scenario if you feel it

[jQuery] Re: Dynamic changing jCarousel data source

2008-07-15 Thread Pappa Bear
It is absolutely possible. Just rebuild the list with data customized from your data source. I use .net, so I would perform my sql search then rebuild my list with a string that contained all the variables necessary... should be simple enough... -Steve On Jul 14, 7:14 am, Marius Bucur [EMAIL

[jQuery] Re: $.post problem. need help badly

2008-07-15 Thread Pappa Bear
You can with ajax... depending on the result that is returned, you can have your script perform various things. If the result returns with a success for the call, you can call one thing, while if returns a failure, you can, say alert the user with a message. Even single threads allow for multiple