Loading Images Asynchronously

Dear all,

I always load images after page is completely loaded.

In other sites I can do it with JQuery of through JavaScript.

Does Yii have a solution to load images asynchronously, or must do it in a regular way as I did before?

I don’t think there are available methods yet in yii that does that.