destroy

Destroy the datebox

As a Function

This function will destroy the DateBox control and remove the enhancements it added. Note that the input will still be styled with textinput() [jqm only], so if you want back to original HTML from your source file, you'll need to destroy that as well.
$(input).datebox('destroy');

Return Type

jQuery Object (datebox input element)