Hi All, I am new to Zend framework and try jquery functions.
I setup jquery headers and css files.
To run datepicker, I put the following code in index.phtml
<form>
<?php echo $this->datePicker('dp3',' ',array()); ?>
</form>
It works as expected.
But, if I put those code in layout.phtml, I get only a blank text box, no
date picker object at all.
Any comments for that?
thanks,
Xian
