4e20e8fe00
A lot of open source Javascript libraries can be interesting to use on embedded systems, so add a specific Javascript menu and the probably most well known library of them all, jQuery. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
config BR2_PACKAGE_JQUERY
|
|
bool "jQuery"
|
|
help
|
|
jQuery is a fast and concise JavaScript Library that
|
|
simplifies HTML document traversing, event handling,
|
|
animating, and Ajax interactions for rapid web development.
|
|
|
|
http://jquery.com
|