bootstrap-datetimepicker icon indicating copy to clipboard operation
bootstrap-datetimepicker copied to clipboard

Add targetEls Option that Configures Specific input Elements for Update

Open michaelahlers opened this issue 12 years ago • 0 comments

Sorry about the duplicate issue. This is work for issue 198.

Adds targetEls configuration option that can either be an element selector string or jQuery object. Added getTargetEls function to the prototype that returns based on the presence of a truthy jquery value on options.targetEls. Defaults to input so behavior is unchanged.

I haven't written unit tests due to issue 200 (an issue with the Bootstrap submodule).

michaelahlers avatar Aug 22 '13 19:08 michaelahlers