Changing the image source using jQuery
<img
height="15"
width="15"
id="btnSaveUnsave"
/>
<script>
$(document).ready(function () {
$('#btnSaveUnsave').attr('src', '../../Images/cross.png');
});
</script>
Python Tutorial : Loop Python is one of the popular language programming language , Python are very popular since 1...
No comments:
Post a Comment