Is jQuery UI Widget library there to enable developers to extend jQuery UI? -


is jquery ui widget library there enable developers extend jquery ui or write jquery plug-ins. reason ask because there great ui widget tutorial here dan wellman , couldn’t thinking have done same thing, quicker , easier without using widget library. plain old jquery plug-in pattern. well, maybe not quicker.

yes, jquery ui designed widget object basis library , if want extend jquery ui best way widget.

remember, jquery ui focused on different functionality jquery. goal of ui create user interactive elements, in example, having simple visual element not "show off" makes ui (and widget) good. can see hints... example add in events take 1 line of code using widget.

widget , ui work javascript aspects interact user, browser ui, , contain state.

if not doing these things not make sense use widget.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -