Posts Tagged JQuery
How to create sliding feedback form using jQuery
In this tutorial we are going to learn how to create fancy looking feedback form which slides from the right/left side of your web page. I am sure there are many plugins available for CMS like Joomla, WordPress but it's always a good idea to code something of your own. Certainly, you require this co
Read Full PostAjax:Quickly submit a form in JQuery using serialize
I am sure you often do a form submission via Ajax and more easily using JQuery. But did you know using a simple method called serialize in JQuery form submission could be more easier. Serialize method converts the form elements & values in an encoded string and submits to the form action. This h
Read Full PostShow loading icon in JQuery Ajax request
JQuery is the most used Javascript framework. It's exceptionally simpler and famous. The best part of JQuery is that it has very nicely done documentation and lot many resources available online. Lately, while doing one of my codeigniter I used JQuery and wanted to share a little snippet of code
Read Full Post