I need some help.
Could you help me?
This line in the tutorial is incorrect,
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js">
It is missing a closing tag. Also, you should use https whenever possible:
<script src="https://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
Thank you very much Samliew
@samliew is correct.
The example code does have an error.
Their needs to be a closing script tag at the end of the line.
I agree with the https comment as well.
I’ve updated the demo. Thanks @samliew for catching that.
I have correct the code, but i doesn’t work either.
This is my web in preview mode Design Responsive Websites - Webflow
Thanks
I get an access denied message on your project. To share your project, please follow these instructions:
Sorry
Here it’s
https://preview.webflow.com/preview/complejonativos?preview=41b49ea56af7f21381bdbffcc336579c
I cannot see any embed code component in your project, and your site is not published.
I have used the hosting of my client
http://www.complejonativos.com.ar/nuevaversion/
I took a quick look. First thing I noticed was…
You have the datepicker assigned to a textarea element… not a text input.
I haven’t tried it with a textarea… so I’m not sure if that works.
Switch the field to a text input and try again.
If that doesn’t work… yell back.
thanks, i will try.
you are very kind.
I just checked
http://www.complejonativos.com.ar/nuevaversion/
Looks like the fix worked