Web Design is the technique of designing an appropriate user interface to present the content or data supplied by the client. As web developers, we are constantly watching the web and the trends that take hold, and are useful.
We have decided to use this page to share some of our web development projects with you.
JQuery Slider Project.
This is our experiment using the Jquery Slider. The primary interest of the slider was to provide a way of scrolling alphabetical sorting options above some data.
Using the source code of this page, it can be easily modified to adjust the functionality of the slider.
Replacing this line of code
($('#box').css('-moz-opacity', ui.value/100.00).text(ui.value);
with another custom jquery function or additonal function call, will affect the reaction to the slider position.
The example provided here was orginally found here.
Back to demo page.
More Projects Available Soon.