Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts
Sunday, August 26, 2012

Tree Component on JQuery

Sometimes for certain projects we need to implement multi-level tree menu similar to Windows Explorer. There are several plugins for JQuery, allowing to get it. I have tested a lot, and decided to stay on jsTree. It has a lot of features and is attractive by the following reasons:

Read more
Monday, January 16, 2012

Floating block using JQuery

You can create a fixed div, floating while scrolling page, using JQuery. The simple code is shown below:

Read more