Home » Applications » Archive by category "jQuery"

Archive for the 'jQuery' Category

jQuery Datepicker

            To create jQuery Datepicker like this one below do the following: 1. Save the calendar.zip on your computer 2. Unzip the folder and move it to your server 3. Include the js scripts and css style in your page: – <script src=”/my-website/jcalendar/jquery-1.8.3.js” type=”text/javascript”></script> – <link href=”/my-website/calendar/jquery-ui.css” rel=”stylesheet” type=”text/css” /> […]

jQuery Datepicker

Nice and easy to configure and setup jQuery datepicker I use in my ASP.NET applications. All needed files can be downloaded from here. Once you access this page, if you would like to download only “Datepicker” files, deselect all and then select only datepicker and then click download. Full demo and other datepicker templates can […]

Colorbox

Colorbox example 1. Create colorbox folder on your pc/server 2. Download index.html file (here) and save it in colorbox folder 3. Download jQuery.colorbox.txt file (here) and save it in colorbox folder as jQuery.colorbox.js 4. Download colorbox.txt file (here) and save it in colorbox folder as colorbox.css 5. Download images.zip file (here) save it in colorbox […]