[jQuery] Re: News scroller

2009-08-09 Thread Sander Thalen
Marquee is of course way different and less flexible, plus it looks ugly. :) On Wed, Aug 5, 2009 at 9:16 AM, ramachandran natesanramachandranate...@gmail.com wrote: You can do this using MARQUEE a simple HTML tag On Jul 28, 12:59 pm, Andrea - Aosta andreabe...@gmail.com wrote: I have found

[jQuery] Re: Html images not displayed within a jQuery load - Help needed!

2009-07-27 Thread Sander Thalen
The first time I held the mouse over the image, the images did not display. But when I held the mouse over it again, the images showed. I saw them fading in as well, so it seems they first need to be loaded after the element is called. Hope this helps a little bit to diagnose the problem. On

[jQuery] Fetching data from callback with $.ajax

2009-07-26 Thread Sander Thalen
Hello all, I've recently started with jQuery because I wanted to use it for posting details from an login form to a PHP script which should return whether the user is authenticated or not. For this I use $.ajax, because of it's flexibility and I prefer to use it in this implementation. Reading