I am trying to do the following:
When the user clicks the link, I want to update a specific column of a specific table in the database via ajax. BUT I still want the user to be redirected to href="<url>"links.
I tried jQuery without return false;, but then ajax does not work.
I tried with return false;, but then obviously the page does not redirect the url as I wanted.
Thanks in advance for your help.
source
share