Archive for the ‘JQUERY’ Category

1. sohtanaka

2. Chapagain

3. Realistic Hover Effect

4. PaperMashup

5. MattBango

6. Queness

7. Andreaslagerkvist

8. Zoomer Gallery

9. Tympanus

10. tympanus

Adding and removing and toggle CSS classes is a effective method to highlight changes in web pages. jQuery provides different Attributes for .addClass(), .removeClass() and toggleClass methods.
addClass():
jQuery:
<script type=”text/javascript”>
$(document).ready(function(){
$(”p.list”).click(function(){
$(this).addClass(”active”);
});
});
</script>
The CSS:
<style type=”text/css”>
p{
float: left;
width: 33.3%;
padding: 0;
margin: 0;
}
.block {
margin-right: 10px;
padding: 20px;
background: #fff;
}
.active {background: #ccc;}
</style>
removeClass():
jQuery:
$(document).ready(function(){
$(”p.list”).click(function(){
$(this).removeClass(”list”);
});
});
The CSS:
<style type=”text/css”>
p {
float: left;
width: 33.3%;
padding: 0;
margin: 0;
margin-right: 10px;
padding: 20px;
}
.list{
margin-right: 10px;
padding: 20px;
background: #CCCCCC;
}
</style>
toggleClass():
jQuery:
<script>
$(document).ready(function(){
$(”p.list”).click(function(){
$(this).toggleClass(”active”);
});
});
</script>
The CSS:
<style type=”text/css”>
p{
float: left;
width: [...]

jQuery Draggable

In: JQUERY

9 Sep 2009

According to jQuery “The jQuery UI Draggable plugin makes selected elements draggable by mouse.”
In this tutorial I am going to show you how easily you can create a dragable elements.
HTML CODE:
<div class=”fixedDragableDiv”>
<div class=”fixedDragableDivBar”>Click Here To Drag</div>
<div class=”dragable”>OK You can see the effect here. This box is dragable
if you click on the Click Here To [...]

This tutorial explain you how you can create a dynamic scrolling content box which load more contents when user scrolls to the bottom of the box.

HTML CODE:
<!–Main Wrapper and Content Scrollbox–>
<div id=”wrapper”>
<div id=”scrollbox” >
<div id=”content” >
<p>Visit Nepal 2010</p>
<p>Places in Nepal</p>
<p>When to go & weathere</p>
<p>Getting there & around</p>
<p>Practical information</p>
<p>History & Culture</p>
<p>Work & study</p>
<p>Tips & [...]

In this tutorial you will learn to select a top level category from one select box and to automatically populate the sub-category. If you are familiar with using select boxes for categorisation and sub-categories, jQuery can hugely simplify this task by adding a dash of AJAX.
In this method once the top level category select [...]

In the web development world there has been one Javascript framework which has really made it’s mark over the last couple of years. I am of course talking about jQuery. Everyone is using it including Google, Wordpress, Drupal, Mozilla, Digg… and the list goes on. And there is good reason for this, mainly that it [...]

1. YensDesign

View Tutorial | View Demo
2. Stilbuero

View Tutorial | View Demo
3. Queness

View Tutorial | View Demo | Download
4. Cssmenubuilder

View Tutorial | View Demo1 | View Demo 2
5. Nettuts

View Tutorial | View Demo | Download
6.Apricot-studios

View Tutorial | View Demo
7.Cutterscrossing

View Tutorial | View Demo

The most important part of any good web component is a solid HTML structure. A semantic foundation means that your content will be web accessible in virtually all browser clients.
Our content’s structure involves a div called #slideshow that serves as the container for our slideshow. Nested inside it is another div called #slideContainer that holds [...]

Introduction
Image Slide Show is one of the famous components in web design and development. A lot of the websites display news headlines in an image slide show to attract viewers attention, of course, with caption/excerpt. No doubt about it, this is a clever method not only to gain attentions, but it also makes the website [...]

jQuery Cycle Plugin - Advanced Demos
Ins and Outs
You can achieve finer grained control over speed and easing by using the in/out versions of these properties. From the plugin source:

$.fn.cycle.defaults = { … speed: 1000, // speed of the transition (any [...]


  • suba: $(this).addClass("active") and $(this).removeClass("hideme") does n't seem to be working in IE7, whe [...]
  • admin: @hadi: please check your code you may have deleted one "}" bracket. [...]
  • hadi: Hi, I get this error Parse error: syntax error, unexpected $end in C:\Users\acer\Desktop\xampp\h [...]
  • SF: High resolution zoom with image tiles: http://www.ajax-zoom.com [...]
  • Alonso: It seems that I didn't post my code properly sorry about that, that was not the problem however I wa [...]
Buy Stock Flash | Buy and Sell Royalty-Free Flash effects music and video files

Free web hostingWeb hosting
Display Pagerank