1
Answer

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

Photo of SIVA

SIVA

13y
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)