Skip to content

Releases: ulrobin/dynamicColorPage

v2.2 Improved code and usability

27 Aug 21:58
bc916b3
Compare
Choose a tag to compare

v2.1 with some interesting new features - Now even in plain Javascript (including bug fixes)

14 Jun 19:15
Compare
Choose a tag to compare

Some months ago dynamicColorPage was a tiny jQuery plugin to easily adopt the page's styling.

But now it is a pure javascript "plugin" with some awesome new features, like:

Adding the class "dclHover" to style elements only on hovering (e.g. for navbars)
Automatically store the selected color in a cookie, to use the style again when the page is reloaded or the user navigates to another
Plain ol' Javascript to increase the usability of the code - And the code size hasn't even been increased a lot by doing so :)
Just have a look and be happy with this solution :)

The difference to v2.0 is the included bug fix that the browser crashes, when you choose the color that is already active.

v2.0 with some interesting new features - Now even in plain Javascript

11 May 22:05
Compare
Choose a tag to compare

Some months ago dynamicColorPage was a tiny jQuery plugin to easily adopt the page's styling.

But now it is a pure javascript "plugin" with some awesome new features, like:

  • Adding the class "dclHover" to style elements only on hovering (e.g. for navbars)
  • Automatically store the selected color in a cookie, to use the style again when the page is reloaded or the user navigates to another
  • Plain ol' Javascript to increase the usability of the code - And the code size hasn't even been increased a lot by doing so :)

Just have a look and be happy with this solution :)

Development completed

30 Nov 22:57
Compare
Choose a tag to compare

The first release of this plugin...

Please test/check and give a feedback!