Changing the image source using jQuery
<img
height="15"
width="15"
id="btnSaveUnsave"
/>
<script>
$(document).ready(function () {
$('#btnSaveUnsave').attr('src', '../../Images/cross.png');
});
</script>
Entrepreneur & Intrapreneur & Entrepreneurship An Entrepreneur is a person who start a new organisation in terms ...
No comments:
Post a Comment