Category: jQuery
-

Image File Upload With Ajax and PHP
Uploading files to servers is required in almost every website and web applications. To make file uploading easier and user friendly it should be done via an Ajax call. With Ajax your whole page will not be sent to server and hence user will not have to wait more. In this tutorial I will show…
-

Inline Editing HTML table with jQuery Ajax and PHP
I was doing a project using jqGrid. Its really a good jQuery Grid Plugin to do hard things easily with few lines of code. I saw a feature of inline editing of records in grid. jqGrid offers many features which really makes your grid functional in an exceptional way. Just few lines of codes and…
-

Create Attractive Lightbox Sign Up Form
To Increase number of registrations/signups in your website you can use popups as registration form. Yes pop ups fetch visitors attention easily so if you have a really cool signup form then visitor may want to register to see what services you are offering. I started looking for attractive lightbox signup form but found very…
-

Automatically Load Content and Refresh Div Using jQuery
Automatically loading content and displaying it without refreshing the page is an important feature any websites could have. Especially for news website and blog must have this feature to display most recent news/posts. Even top social websites have these features to display latest posts/tweets. You can also implement this feature easily using jQuery. You can…
-

Scroll To Top Of Page Using jQuery
I have seen various websites with scroll to top feature so that their visitors can easily navigate to top section of website with one click. Scroll to top feature is really necessary for websites having long length pages. Well if you want to implement something like that then you can easily create it with jQuery.…
-

Easily Create Notification Bar For Website Using jQuery
It’s really easy to put a fancy notification bar at top of your website. Everyone wants their visitors to see most interesting section of the website, so why not to fetch their attention with an attractive animated notification bar. Using some simple jQuery functions and little CSS you can create a notification bar for your…