how to give image path in java script in asp.net mvc

Posted by Renu123 on Stack Overflow See other posts from Stack Overflow or by Renu123
Published on 2010-06-09T11:29:37Z Indexed on 2010/06/09 11:32 UTC
Read the original article Hit count: 182

Filed under:
|
|

i am using asp.net mvc for my project. i am using partial views for that i used ajax jaquery every thing is working fine but i am not getting image for loading when i upload an image. image get displyed at local host it has problem when i upload the project. i have given image as:

$jq("#ajaxThrobber").html('<img src="/Images/ajax-loader.gif"> Loading.....');

please advice me thank you.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery