Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 2.97 KB

jquery-widgets-about.md

File metadata and controls

44 lines (38 loc) · 2.97 KB
layout group subgroup title menu_order menu_node version github_link redirect_from
default
jsdg
3_Widgets
Magento jQuery widgets
1
parent
2.0
javascript-dev-guide/widgets/jquery-widgets-about.md
guides/v2.0/frontend-dev-guide/javascript/jquery-widgets-about.html
guides/v1.0/frontend-dev-guide/javascript/jquery-widgets-about.html

The Magento system uses a jQuery JavaScript library to implement client functionality. This includes a wide usage of standard, customized, and custom jQuery widgets.

This guide discusses the following widgets:

Magento 2 supports jQuery UI 1.9.2, widget options added in later versions might be unavailable.

Magento out of the box does not contain jQuery UI styles. Also, it is not recommended to download them as is, because it can break the default Magento design. To use certain jQuery UI styles, you need to add them manually in your custom stylesheets in the %your_theme_dir%/web/css or %your_module_dir%/view/%area/web/css directory.