There is an address of the type site.com/userlist/?getlist=XXXX&userid=XX
. I need to get part of the URL, namely /userlist/?getlist=XXXX&userid=XX
and insert the button with the ID reg_button
.
I'm leaning towards jquery and apparently regex, but I haven't found a suitable method yet or I don't understand it, I'm just learning)