Some concern in widgets

Some concern in widgets

jQuery UI have the great widgets but the the very basic UI, textbox is not consider as a widget.

It could be a simple but it is good to have a textbox to make jquery UI widget rich.

not only will add class ui-widget ui-widget-content ui-corner-all and ui-state-default but also ui-state-focus and ui-state-hover added in events also ui-state-disabled for disabled.

Some basic form element to go:
  • textbox <input type="text">
  • password <input type="password">
  • upload file <input type="file">
  • multiline textbox <textarea>

Another one is <fieldset><legend></legend></fieldset> but i think this is not recently used.

CallMeLaNN