just for increase my knowledge, i am asking this question to you. do you think, its possible to attach the value in html elements like php.
let brief the example. in php.
<img src="<?php echo $imgSource ?>" title="<?php echo $imgSourceTitle ?>" >
can we do same in JavaScript or JQuery.
something like this.
<img src="javascript:$(this).val(imgSrc)" title="javascript:$(this).val(imgSrcTitle)" >