Export to GitHub

jqmphp - issue #2

Custom Javascript is Inserted AFTER JQM.js


Posted on Dec 22, 2011 by Grumpy Wombat

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"&gt; </script>

ACTUAL/NONFUNCTIONAL: <script type="text/javascript" src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"&gt; </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