wordpress - How to submit wp favorite posts plugin using Ajax? -
i'm using wp favorite posts plugin add posts favorite posts, , wokr uisng code <?php wpfp_link(); ?>
when click on add favorite button reload page. how can using ajax not reload page.
with no code it's hard solve exact problem. however, including
return false;
into javascript function called when button clicked, should prevent reloading page.
Comments
Post a Comment