Hi Kevin do you have any clue how can i add
some progress image on top of the real image while there downloading ?

Thanks,
Regards
Amdys


On Fri, Jul 11, 2008 at 4:32 PM, Topayung, Amdys Max <[EMAIL PROTECTED]>
wrote:

> Thanks Kevin !
>
> Regards,
> amdys
>
>
> On Fri, Jul 11, 2008 at 5:54 AM, Kevin Pepperman <[EMAIL PROTECTED]>
> wrote:
>
>> since the image is loaded dynamicly,you should use the jquery.listen
>> plugin.
>>
>> It will allow you to 'listen' for the element and attach a click event to
>> the newly created image.
>>
>> $('#mydiv').listen( 'click', 'img.myimgclass', function(){
>>        //My code to run
>>
>>          });
>>
>
>
>
>
>

Reply via email to