Category: Jquery

How to Autocomplete Textbox Using jQuery, Codeigniter, and MySQL

In this tutorial, I will show you how to autocomplete search from database using Codeigniter and jquery plugin. We are going to pull in live search thing something similar to Google search. As soon as you start typing in the textbox, the related suggestions will appear from the database Steps For How to Autocomplete Textbox […]

How to Preview image before upload with dynamically created input file using Jquery

One thing that jQuery makes really easy is accessing and dynamically modifying the image preview before upload. In popular networking sites such as Facebook and Linkedin, you might have observed the feature called Image Preview. Preview images before the upload are the most required feature for file upload functionality. It helps the user to view […]

How to integrate jQuery Fullcalendar using Codeigniter and MySQL

Today, I would like to share with you integration of jQuery full calendar events using Codeigniter and MySQL. Fullcalendar is jquery library that provide us to display calendar with events and more. Fullcalendar js provide year, month, week and day calendar for displaying. If you are working on event management, task management or any thing […]