Implement a floating configuration panel to DOM elements | Bypeople

Implement a floating configuration panel to DOM elements

If have some notions in web development, then you probably know that Document Object Model (DOM) is the way JavaScript sees its containing HTML page and browser state. Despite the great advances that have happened on this subject, there are certain limitations regarding DOM that need to be fixed through scripts and/or plugins.

Today we like to introduce jQConfigurator, a jQuery plugin created with the purpose of help people implement floating config panels within DOM elements.

To start using the plugin, you must give an ID to your container and then invoke the plugin as shown on the official page. You can find all the instructions on how to implement the plugin and start using it in your different projects.

jQConfigurator01

You will find all the necessary information on the main site, from the installation instructions to how to properly utilize the plugin, jQConfigurator is fully customizable and comes with lots of options, some of them being:

  • Width.
  • Height.
  • Background color.
  • Color.
  • Border.
  • Separator.
  • mouseoverCallback
  • mouseoutCallback

Original link: jQConfigurator



Related Deals


Related Posts