I use the JQuery UI to create and style buttons a lot. They have a really good icon set, however, I came into a situation where I was required to use custom icons provided to me for a project I was working on. Here is how I accomplished it. Example HTML Button There is nothing […]
Continue reading…
JQuery
JQuery DatePicker Update Date When Changing Month Or Year
I recently had a requirement to make the JQuery Datepicker change the date of my input as the month or year was scrolled. For example if I clicked the input field and the calendar was on 02/22/2014 and I then clicked the next month button then the input field should automatically update to 03/22/2014. This […]
Continue reading…
JQuery DatePicker Close On Today Button Click
I recently had a requirement to close the JQuery Datepicker when the “Today” button was clicked. I searched through the API and couldn’t find a way to add an additional event to this button. I could modify the component code but I prefer not to so that updating JQuery doesn’t become a task in the […]
Continue reading…