JSFiddle - React, Tailwind, and code Playground
JavaScript
var href = "http://www.mysite.com/longpage.html#title3";
if(href.indexOf("#") > 0){
href = href.split("#")[0] + "?var=1#" + href.split("#")[1];
alert(href);
}
var href = "http://www.mysite.com/longpage.html#title3";
if(href.indexOf("#") > 0){
href = href.split("#")[0] + "?var=1#" + href.split("#")[1];
alert(href);
}