Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom Bruce 122 posts 506 karma points
    Sep 12, 2017 @ 14:35
    Tom Bruce
    0

    How to add jQuery Datepicker

    I'm not sure how to properly reference the jQuery files...

    jquery-ui.css%22)%20%%3E Failed to load resource: the server responded with a status of 400 (Bad Request) 2jquery-ui-1.12.1.js%22)%20%%3E Failed to load resource: the server responded with a status of 400 (Bad Request)

    I tried to embed the links within the partial view, but no joy!

    <script src='<%= ResolveUrl("/scripts/jquery-ui-1.12.1.js") %>' type="text/javascript"></script>
    

    My code works ok

    Example of my code

  • Lewis Smith 211 posts 620 karma points c-trib
    Sep 12, 2017 @ 16:04
    Lewis Smith
    0

    Hi, I tend to download the minified code and put it all in the same place for SEO purposes but you could do this like so:

  • Tom Bruce 122 posts 506 karma points
    Sep 12, 2017 @ 22:01
    Tom Bruce
    0

    Hi Lewis, I installed your link within my code, unfortunately the same results, no date-picker.

    Could you please show an example of how to add date-picker to a textbox.

Please Sign in or register to post replies

Write your reply to:

Draft