Select2 is very famous jquery plugin for HTML Select-control. Select2 also supports multi-value select boxes. Select2 is very easy to use and configurable.
Jquery
How to Add Search Functionality in Dropdown List Using jQuery
In this tutorial, i will let you know how to create a dropdown list with Rich UI. Normally HTML provides a simple SELECT element to create a dropdown list.
How to Integrate Bootsrap Model Box with Jquery Template
In This post I will tell you how to add jquery template in bootsrtap Model box.Normally we are using inline code to add model box functionality but now its old technique, now everything is changing.We are using bootstrap model box and Jquery template plugin.We are not including library file of model box and jquery template […]
Add/Remove Selected Element from MultiSelect
In this tutorial I will provide you script that will use to swapping element between two multi select. This is very common functionality in web development.Multi select is very useful when you are selecting multiple element. Its same as select you can transform normal select to multi using multiple=”true” property into normal select. We are […]
Simple Example of Serialize of Object/Array in PHP and jQuery
This simple tutorial help to serialize array and objects into jQuery and vise versa into PHP. PHP has in-built serialize and unserialize methods for serialize and deserialize object. Serialization of object or php serialize array is very important operation in now days, because we are designing more responsive web application/mobile application. We need serialized array/object […]