I want to change an image src which is jsp page through jquery. my code is right below
$('#image').attr("src","file:///D:/vow/themes/multiflex/webapp/multiflex/images/chart.png");
In JSP File I Have
<table>
<tr style="padding-bottom:5px;">
<td> Image </td>
<td> <img id="image"/></td>
<td> </td>
</tr>
</table>
But i see no display on my jsp page after i run.I have my source code and image are in different directories.