Learn how to create the sliding fancy form which shows up from your website’s left or right side. Few lines of code and you own it all.
Tag Archives: JQuery
Ajax: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.
Show loading icon in JQuery Ajax request
JQuery code to show the loading icon when an Ajax request is processing.