Blog Archives

Creating DOM Elements on the fly with jQuery

Creating DOM Elements on the fly with jQuery

Jquery is one of my most favorite javascript client library. It is extremely faster than any other library and very much easy to use. I can reduce very much complex code of my regular javascript now with the help of jQuery as i am converting all of my project’s front end from regular javascripting native [...]

Read Full Post


jQuery Boxy Plugin - Facebook style modal dialog box

jQuery Boxy Plugin - Facebook style modal dialog box

The beauty of jQuery is that we can create flexible and eye catching effects and controls easily. Sometimes when developers are fed up of default and rough pop up boxes, modal boxes or dialog boxes, Then boxy is a perfect solution for them. Boxy is a jQuery plugin that is used to create flexible, facebook [...]

Read Full Post


10 great jQuery Form plugins

10 great jQuery Form plugins

jQuery is one of my favorite javascript client library. We can do more with writing minimal code. Nearly in every project I need to style up web forms or create rules for validation on form elements. Without jQuery it was very harder and longer way to do by writing a lot of lines of code. [...]

Read Full Post


jquery - Create a Simple hand coded accordion

jquery - Create a Simple hand coded accordion

The beauty of jQuery is that we can create complex things in minimal code. We don’t need to be an expert javascript coder for creating complex widgets. Here is a simple way to create accordion control of your own. You can style up this widget per your requirements. Here are the steps.
Here is a demo
Include [...]

Read Full Post


5 great jQuery image Gallery plugins

5 great jQuery image Gallery plugins

jQuery is one of the most popular javascript client libraries. It was developed few years ago and became so much popular. It is very light weight in code and performs javascript actions very quickly in almost every browser. It makes the life easier if you are a front end javascript developer.
Image galleries are an important [...]

Read Full Post