Skip to main content

Posts

Showing posts with the label Jquery

Select 2 options with live examples

Select2 options Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. Here I prepared for all set of examples with sample codes, You don't need to read entire document to do this See the Pen Select2 examples from Codesponsors.com by Codesponsors ( @Codesponsors ) on CodePen .

jQuery Date and Time Picker Plugin datetimepicker

jQuery Date and Time Picker Plugin datetimepicker Use this plugin to unobtrusively add a datetimepicker, date picker or time picker dropdown to your forms. Simple and easy to integrate  It's easy to customize options. Supports 3 languages: en(English), de(German) and ru(russian). Date input mask. Callback events support. Inline mode support. Always display the date & time picker without having to click the input field. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.full.min.js"></script> <input id="datetimepicker" type="text"/> See the Pen DateTimePicker (https://www.codesponsors.com)