Building the widget 

this.$wrapper.append(
    $('<span class="jq-dte-inner" />').append(
        $('<input type="text" value="DD" />'),
        // ...
    )
);