1
Answer

How to assign value to src attribute which is retrieved though JQuery

SIVA

SIVA

12y
2k
1
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...
Answers (1)