How to call same ajax function on multiple pages with different url? – Jquery ajax
Hı gusy! I am trying to drop ajax post function to one and use it on whole site with different url on each page. This is my original function and how it works : <button type="button"class="submit">send</button> $(document).ready(function (){ $('.submit').on("click", function(e){…