This question already has an answer here:
How to change js and css order in xml file? i want add js and css in footer or last in header.?
I want to change js order in product view page?
<reference name="head">
<action method="addItem">
<type>skin_js</type>
<name>js/jquery.js</name>
</action>
<action method="addItem">
<type>skin_js</type>
<name>js/cloud-zoom.1.0.2.min.js</name>
</action>
i want to chanage order of this js this js added last or footer can any idea of to change order to js