1
You can create a Submit POST without FORM?
I have some link:
<a href="1" class"submit">Teste 1</a>
<a href="2" class"submit">Teste 2</a>
<a href="3" class"submit">Teste 3</a>
When the person clicks on the link, a POST
with the name href
.
With the value of POST
I’ll capture in php and save in bd.
You want to make a POST request via ajax to the page of
href
link? Yes it is possible.– Erlon Charles
Exact, and only a callback return of success.
– Tiago
Possible duplicate of To send string variables as parameter to call Ajax?
– Ricardo Pontual