How can l use jQuery to add a loading gif file when an image is loaded, without do it in code behind? For example to this line? Pls help.
<asp:HyperLink ID="hprImage" runat="server" NavigateUrl='<%# Eval("WebAddress")%>' ImageUrl='<%# ReturnFilePath((Eval("FileName")).ToString()) %>' Target="_blank"></asp:HyperLink>
Also, for more jQuery reference, please visit the jQuery website or the w3school!!