[jQuery] Re: Load image when they are visible

2009-11-19 Thread CrustyDOD
t; images on scroll" > > http://www.appelsiini.net/2007/9/lazy-load-images-jquery-plugin > > On Nov 19, 2:37 pm, CrustyDOD wrote: > > > Hey guys, > > > I've been searching all over if its possible to make the same effect > > that YouTube has. > > Loading imag

[jQuery] Load image when they are visible

2009-11-19 Thread CrustyDOD
Hey guys, I've been searching all over if its possible to make the same effect that YouTube has. Loading images when they are visible. If you have no idea what i'm talking about, go to YouTube, do a search for some video and when you scroll down the list of all found videos, thumbnails of each vi

[jQuery] Re: createElement, get its value

2009-01-14 Thread CrustyDOD
Heh, it was released just now.. On Jan 14, 5:28 pm, CrustyDOD wrote: > The live() function will be in the new release? > Any documentation on the function itself? Is this just a code taken > from some plugin? If so, which one? > > On Jan 14, 4:39 pm, "Rick Faircloth"

[jQuery] Re: createElement, get its value

2009-01-14 Thread CrustyDOD
> >> Hmmm, you must understand event listener(bind) does not work like CSS > > >> where DOM nodes added in the future cannot be listened right now. > > >> That's where event delegation comes it. > > > >>http://www.learningjquery.com/2008/03/wo

[jQuery] Re: createElement, get its value

2009-01-14 Thread CrustyDOD
/working-with-events-part-1 > > On Jan 13, 4:58 pm, sam wrote: > > > $('#grabMe') will search the document for an element with ID "grabMe" > > > Have you added grabMe to the document? > > > On Jan 13, 6:00 pm, CrustyDOD wrote: > > &g

[jQuery] createElement, get its value

2009-01-13 Thread CrustyDOD
Hey! I've created one div with FlyDOM plugin which uses createElement function to add stuff to DOM. Now the problem is that once i add the element, i cannot access it in anyway. For example with FlyDOM plugin i create: It works! After the JS for creating element i have this: $('#grabMe').click(