jQuery UI library have lots of features within it like Draggable, Droppable, Sortable, Accordian, Slider etc.., but unfortunately is not supporti
$(document).ready(function() { $('a[href*=#]').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.host
jQuery(document).ready(function() { jQuery('iframe').load(function() { jQuery(this).height(jQuery(this).contents().outerHeight()); }); });