My problem is when I change the href attribute via javascript the new href appended into website URL the main link before change using jquery
after i change href
$(".buttonSec").prop("href", "my_wanted_href");
the URL be like
page URL after the change on the buttonSec
what I want is how to make this url do not append the link using jquery