jQuery(document).ready(function(){
var href = window.location;
alert(href);
var urlsplit = href.split(“/”);
var username = urlsplit[2];
alert(urlsplit);
jQuery(‘#commentform p img’).attr(‘src’, urlsplit);
})
jQuery(document).ready(function(){
var href = window.location;
alert(href);
var urlsplit = href.split(“/”);
var username = urlsplit[2];
alert(urlsplit);
jQuery(‘#commentform p img’).attr(‘src’, urlsplit);
})