Hi,

WebSharper.Sitelets.Template currently uses XML parsing, so the file must conform to XHTML. Add script tags like this:

1
2
3
4
5
6
7
<script>
	//<![CDATA[
    $(function() {
        $("#datepicker").kendoDatePicker();
    });
    //]]>
</script>
By on 10/26/2016 8:23 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper