jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

jqm theme there are duplicate style elements in header #493

Open gregh3269 opened 4 years ago

gregh3269 commented 4 years ago

Hello,

Every time I visit a datebox page the _create function appends styleTag to the header. In JQM the header will stay the same and the body element gets updated via ajax.

$("head").append($(styleTag));

Can this be changed to body, or remove any previous versions before adding a new one?

Cheers Greg