Description
ZK generates HTML SCRIPT tag to initialize a page, such as
<script>zkmx(...)</script>
It is better to remove it after used, since some jQuery mobile library tried to move the HTML element and then cause the script to run twice.
ZK generates HTML SCRIPT tag to initialize a page, such as
<script>zkmx(...)</script>
It is better to remove it after used, since some jQuery mobile library tried to move the HTML element and then cause the script to run twice.