Re: [jQuery] parameters to jquery’s .load()

2009-11-11 Thread darwin liem
in jquery you can find $.getScript() function... wich is part of ajax way to retrieve javascript on the fly... so the script is not needed to be put on the page but loaded asynchronously before or after the page loaded depend on when u need the script... Best Regards Darwin Liem --- On Wed

[jQuery] Re: jQuery's code first lin e (function(){・・・・・

2009-06-09 Thread darwin liem
rules / grammar so that programmer do not need to familiarize with new function as parameter calling. yup, botrh sample i show explain that it use the function as parameter of another function (in this case setTimeout() function). hope it helps Best Regards Darwin Liem --- On Tue, 6/9/09, wangsuya

[jQuery] Re: how to image cache using jQuery?

2008-12-09 Thread darwin liem
idea or a workaround? Best Regards Darwin Liem --- On Tue, 12/9/08, Karl Swedberg [EMAIL PROTECTED] wrote: From: Karl Swedberg [EMAIL PROTECTED] Subject: [jQuery] Re: how to image cache using jQuery? To: jquery-en@googlegroups.com Date: Tuesday, December 9, 2008, 8:37 AM the Lazy Load plugin might

[jQuery] Re: how to image cache using jQuery?

2008-12-09 Thread darwin liem
so i cant check whether the image is really cache or not? can we bind onload()? to image? for example: $(image_id).bind(onload,function(){ imgtemp.src = '...'; $(this).css('backgroundImage','url('+imgTemp.src +')'); }); Best Regards Darwin Liem --- On Tue, 12/9/08, brian [EMAIL PROTECTED

[jQuery] Re: how to image cache using jQuery?

2008-12-08 Thread darwin liem
before set on the container -- tags or object to contain image - in term of background or img tags). this will faster the page load and people can read the content earlier before the image is shown and can see the images assigned to the page later. Best Regards Darwin Liem --- On Mon, 12/8/08

[jQuery] how to image cache using jQuery?

2008-12-07 Thread darwin liem
hi, I'm new in jQuery... can someone help me to understand how to do Image caching from jQuery. thanks...

[jQuery] how to cache image and background image in jquery?

2008-11-30 Thread darwin liem
tags and background image to lighten the presentation of the site and present the image for artistic feeling later when all image are finished loaded in javascript var image[array] = new Image(); and ready for use in the site. can anyone help me? thanks a million Best Regards Darwin Liem