September 12th, 2009
First post in a very long time. Finally the summer is over and I am back at school for my last year. Now finally I have a lot of free time to work on this new layout and getting it solid, and getting back to blog posts to catch up on what I missed.
The jQuery UI Slider is one part of the jQuery UI collection that is really neat and can have many uses. So last year I created this jQuery UI Slider never posted about it and I figured now would be the best time.
I wrote this tutorial on using the slider close to a year ago.
Now I created another version of it, with some different styles, with full code examples as well. This will display the current value of the slider as you move up and down bar. Check out the jQuery UI Slider and start playing around with it.
Tags: jquery, slider, ui
Posted in jQuery | No Comments »
November 23rd, 2008
There are two powerful and fun elements that the jQuery UI provides. When both of them work together you will be able to come up with some creative web application uses for them. The two I am going to be covering are:
I am sure you all want to see what the final product will look like, check it out.
Read the rest of this entry »
Tags: ajax, combining, draggable, jquery, selectable, ui
Posted in Blog, jQuery | 16 Comments »
November 4th, 2008
Since I started working with jQuery and the UI. I have always wanted to work with the UI Slider. I always tried playing with it but I never got it execute an operation on slide. I created a slider to change the opacity of my background on my older temp site here at ryancoughlin.com.
UPDATE: Edit changes to the code with available demo below.javascript:;
UPDATE (9/16/09): Created a new jQuery UI Slider example, check it out.
Read the rest of this entry »
Tags: jquery, slider, ui
Posted in jQuery | 8 Comments »