Hi All, Please look at the below code that i am using in injectjs activity file
$(“a”).each(function () {
addUrlToName($(this));
});
“addUrlToname” exists in one of the scripts file thats loaded with the web page. Dont know why its not working, may be the injectjs script is running before all the scripts are loaded.