mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 05:43:51 -09:00
List all jQuery plugins in a dedicated menu and remove uneeded jQuery selection. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
config BR2_PACKAGE_JQUERY_SPARKLINE
|
|
bool "jquery-sparkline"
|
|
help
|
|
This jQuery plugin generates sparklines (small inline
|
|
charts) directly in the browser using data supplied either
|
|
inline in the HTML, or via javascript.
|
|
|
|
The plugin is compatible with most modern browsers and has
|
|
been tested with Firefox 2+, Safari 3+, Opera 9, Google
|
|
Chrome and Internet Explorer 6, 7 & 8.
|
|
|
|
http://www.omnipotent.net/jquery.sparkline/
|