SIVA

SIVA

  • NA
  • 742
  • 706.5k

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

Mar 28 2012 8:27 AM
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)