I've heard this question many times and of course, the solution is simple!... To post a data using Ajax, you can use this below function. function postajax(form1) { $.ajax({ url:form1.attr('action'), type:"POST", cache:none, timeout:20000, data:form1.serialize(), success:function(data){ alert(data); }, error:function(data){ alert(data); } }); } This function accepts a form and post the data! Function include necessary codes for posting all
Grammarly - Correct Grammatical mistakes in browser!
Grammarly - Correct Grammatical mistakes in browser!
Today I would like to share about an amazing app! Usually, when I write blog's I'm a bit afraid about the grammar mistakes. But, about this post I'm not!... why because I've used Grammarly. Features Grammarly corrects over 250 types of grammatical mistakes while also catching contextual spelling errors and poor vocabulary usage. Grammarly helps you write mistake-free
How to hide copyright in Blogger Templates?
How to hide copyright in Blogger Templates?
Blogger is becoming quite outdated nowadays, but still millions of bloggers are there around the globe!... But the templates available for blogger is limited, you could find at https://gooyaabitemplates.com or some other sites like that. But the real problem faced by many of the entry level bloggers is in hiding the credits If you change the credits ,for e.g.
Subscribe to:
Posts
(
Atom
)