How to assign value to src attribute which is retrieved though JQuery
Dear All,
<script>
---------
--------
var Path="value";
</script>
<img alt="" src=""/>
I need to assign value of the path which is retrieved through JQuery to src attribute of img tag.
How can i achieve this?
Thanks in Advance...