JqueryUI - Widget FactoryEarlier, the only way to write custom controls in jQuery was to extend the $.fn namespace. This works well for simple widgets. Suppose you build more stateful widgets, it quickly becomes cumbersome. To aid in the process of building widgets, Widget Factory was introduced in the jQuery UI, which removes most of the boilerplate...
16 January, 2019
JqueryUI - Widget Factory
Programing Coderfunda
January 16, 2019
JqueryUI - Widget Factory
No comments
JqueryUI - Widget Factory
Earlier, the only way to write custom controls in jQuery was to extend the $.fn
namespace. This works well for simple widgets. Suppose you build more
stateful widgets, it quickly becomes cumbersome. To aid in the process
of building widgets, Widget Factory was introduced in the jQuery UI,
which removes most of the boilerplate...