Hello! Can you make the link inactive. By clicking the link with javascript to get only id and data value. <a href="?id=2&data=val"> sdsad </ a> I do not want to follow the link. I just want to get data thank you
"return false" stops a browser action like opening link or form submit example: <a href="http://google.com/" onclick="functionName(); return false;">Click me</a>