logo

Alam input tags jQuery plugin

In this blog you will learn how to add Alam input tags jQuery plugin in your html, php or .net web pages, there are other similar plugins available but this one is simple and having almost all required features. This plugin can be used with static array of JSON objects or you can also configure it with a URL from […]

Read more
Jquery Datatables Plugin

Today I will write about jquery most used plugin called Jquery Datatables, Unlike many other JQuery plugins this has most flexible features, wast community, and good documentation. Some important and most commonly used basic features are Fast as it executes at client Nice table design Pagination Define records per page Column wise sorting Search/Filter Some other advanced features which are […]

Read more
print preview

Sometime we need to print website, but do not want its header footer sidebar and other things, in short we need to print a specific div or p or table or some other object. This plugin will allow you to print specific html object along will all css applied on it. its simple to use. include jquery library include print-preview.js […]

Read more
jquery autocomplete plugin

JQuery plugin to make a simple textbox an autocomplete, it fetches values from database via ajax. don’t worry it will be doing every thing automatically, you will need to code as minimum as possible. download it from github and follow index.php how to include required files and how to call plugin. You will need to create php file or any other […]

Read more