Hello,
I have problem with jQuery without internet, it’s very slow without internet.
Can i make it offline?
I have same this code link: DateTimePicker control for ASP.Net TextBox Example
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-3.6.0.js"></script> <script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script>
You need to add JavaScript file (js) and Style Sheet (css) in your project.
Then paste the relevant content to corresponding files.
Then import the files in the page to use it.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.