I want to change howPost()
function name to articlePost()
using jQuery after clicking a button. I simply want another function to run after clicking it. How do I accomplish that?
<?php
for($i = 0; $i <howPost(); $i++){
echo drawPost($i+1);
}
?>