jquery $.post
-
Hi!
I’m trying to post some data from the template php to another php which I added to wordpress files.
This is a part of the code:
$.post('drugi.php', {name:tralala}, function (data){...}
It seems it doesn’t send anything to drugi.php at all. Is this first attribute wrong? Should i write the whole URL?Please help.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘jquery $.post’ is closed to new replies.