Jump to content

front add jquery ui is bug on 1.7?


langziyang

Recommended Posts

in my module,hootDisplayHeader function ,i add this code

$this->context->controller->addJqueryUi('ui.datepicker');

 

on my tpl file i add this code:

<input id="travel_date" type="text" data-hex="true" class="datepicker hasDatepicker"
                                   name="travel_date" value="">

 

and the js file add:

$("#travel_date").datepicker();

 

but the datepicker is not gender,is it the bug?

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...