What steps will reproduce the problem? 1. $jqmPhp->head()->add(new jqmScript("/global/js/jqm.accordionlist.js"));
2. DESIRED/REQUIRED: <script type="text/javascript" src="/global/js/jqm.accordionlist.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"> </script>
ACTUAL/NONFUNCTIONAL: <script type="text/javascript" src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"> </script> <script type="text/javascript" src="/global/js/jqm.accordionlist.js"> </script>
What version of the product are you using? On what operating system? .3/,4
Please provide any additional information below.
I cannot find where it actually is deciding the order in which to render the <HEAD> DOM tags...
Status: New
Labels:
Type-Defect
Priority-Medium