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?
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