hi,
i am trying to include my own datepicker into a multipart form. I am trying to only use jquery on my site. i am trying to include a very simple datepicker plugin. i have the initializing code in a loadjs element on my second page. I have tried every which way to include the plugin script and it comes out under the loadjs and triggers an error (of course).
i tried adding it to a custom code element and no luck.
I have tried loading it above the head declaration on my index page. then it comes out above the jquery declaration in the header.
i have tried adding it in a module that inserts into the head declaration (mod_jt_custom) and it comes out under the loadjs script.
This is really frustrating. where should i be putting this so it comes out above the loadjs.
<script type="text/javascript" src="<?php echo JURI::base(); ?>templates/MYTEMP/js/datepicker/javascript/zebra_datepicker.js"></script>
<link rel="stylesheet" href="<?php echo JURI::base(); ?>templates/MYTEMP/js/datepicker/css/zebra_datepicker.css" type="text/css">
thanks! Liz
i am trying to include my own datepicker into a multipart form. I am trying to only use jquery on my site. i am trying to include a very simple datepicker plugin. i have the initializing code in a loadjs element on my second page. I have tried every which way to include the plugin script and it comes out under the loadjs and triggers an error (of course).
i tried adding it to a custom code element and no luck.
I have tried loading it above the head declaration on my index page. then it comes out above the jquery declaration in the header.
i have tried adding it in a module that inserts into the head declaration (mod_jt_custom) and it comes out under the loadjs script.
This is really frustrating. where should i be putting this so it comes out above the loadjs.
<script type="text/javascript" src="<?php echo JURI::base(); ?>templates/MYTEMP/js/datepicker/javascript/zebra_datepicker.js"></script>
<link rel="stylesheet" href="<?php echo JURI::base(); ?>templates/MYTEMP/js/datepicker/css/zebra_datepicker.css" type="text/css">
thanks! Liz