Extensible jQueryUI widget development [Technical Blog]
Posted: 27 Nov 2011
Updated: 27 Nov 2011
Views: 9,335
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 0
Hi,Today, I spent a lot of time to investigate a way to extend a jQueryUI widget.I want to extend current functionallity of a widget without changing the main widget code. Also, I don't want to inherit it and create a new widget. I just want to add new options, private fields and methods. I also wan