View allAll Photos Tagged JQuery.

Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.

Features Included:

 

Resizable and configurable through the plugin's parameters and CSS file

Multiple transitions are available. Also you can set a different transition per slide.

Flexible transition speed and easing

Able to load unlimited number of images, each with customizable text description, thumbnail, and hyperlink

Show or hide components, including thumbnails, text panel, border, timer and shadow

Can set to automatically play on startup with customizable timer delay. Also, can set a different time delay for each slide

You can set the slider to play once and stop at the end of the slide

Randomize to show items in a random order

You can change timer position to bottom or top. Stop timer on mouseover

 

Live demo: www.flashcomponents.net/component/jquery-sliding-image-ga...

Global Industrial Information Portal. Website Provide paid registration and display company product portfolio.

Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.

Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.

A missão da Mundial Calçados é oferecer produtos de alta qualidade, com preços justos.

 

> Desenvolvimento da interface (XHTML, CSS, jQuery);

> Campanha de E-mail Marketing;

> Ações de manutenção: vitrines e conteúdo;

 

Projeto desenvolvido na PictureWeb em 2007.

A Copa Ouro, que hoje se consolida como um dos mais sofisticados torneios de Polo do mundo, terá sua primeira edição em território nacional, em um ambiente sofisticado e ao mesmo tempo divertido, e ainda criar uma íntima relação com empresas que queiram estreitar seu relacionamento com clientes e colaboradores.

 

> Desenvolvimento da interface (XHTML, CSS, jQuery);

> Ações de manutenção;

> Integração com o Flickr;

 

Projeto desenvolvido na PictureWeb em 2010.

Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.

Simple Joomla website for CardProtector (rfid cards case) distributor in Poland.

Do you want to make blog 2 column with 2 sidebar. Just use page template on the right there is template which you can use. Just use ponzi responsive newspaper wordpress theme which you can buy from themeforest

boston - ma

crazy architecture.

My first iPhone Hello world App with html , css and javascript

Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.

Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.

New web design for non-profit animal charity. We created the design, and have built the site upon our CMS. The site integrates with PetFinder.org for the adoptable pet listings, so the client did not have to learn anything new - they already were using PetFinder.org as their web presence. We integrated the web site with Wordpress so that the client could easily update and syndicate their news and current events.

 

www.furreverfriends.org/

#wrap

position: relative;

padding: 10px;

overflow: hidden;

 

#gradient

width:100%;

height:200px;

background: red; /* For browsers that do not support gradients */

background: linear-gradient(rgba(128,128,128,0), rgba(255,255,255,1)); /*Standard*/

position:absolute;

bottom:0;

left:0;

 

#read-more

padding:5px;

border-top:4px double #ddd;

background:#fff;

color:#333;

  

var conditionNotMember='';

var cond2='';

 

// Membership needed

messageLogin='Abonné ? Se connecter, Transpiree c'est quoi ? Découvrir';

 

jQuery(document).ready(function( $ )

// Hover

$( "#gallery-1 img" ).hover(

function()

$( this ).css('opacity', 1);

, function()

$( this ).css('opacity', 0.6);

 

);

 

// Opacity

$( "#gallery-1 img" ).css('opacity', 0.6);

 

// Remove some images

var picturnNb = 0;

$('#gallery-1 img').each(function()

picturnNb++;

if (picturnNb == 10)

$(this).attr("src","/ext/protection/MorePictures.jpeg");

$(this).removeAttr("srcset");

 

if (picturnNb > 10)

$(this).remove();

 

);

 

$( "#gallery-1 img" ).click(function(event)

// Stop default event

event.preventDefault();

event.stopPropagation();

 

// Change image to default warning's one

$.swipebox( [

href:'/ext/protection/ConnexionRequise.jpeg', title:'Il faut se connecter'

]);

 

);

 

var ficheInsideRandonneeLien = $("#ficheInsideRandonneeLien");

var articleBody = $("div[itemprop='articleBody']");

var gallery = $("#gallery-1");

articleBody.attr('id', 'wrap');

 

// Percent

var percent = 35;

var diffPercent = 100 - percent;

 

// Compute new height

var defHeight = (articleBody.height() - ficheInsideRandonneeLien.height() - gallery.height())*percent/100;

articleBody.css('height' , defHeight + 'px');

articleBody.append('');

articleBody.after('');

$('#read-more').append('Déjà '+percent+'% de lu, il reste '+ diffPercent +'%. ' + messageLogin + '');

$('#read-more').after(gallery);

);

  

.img_thumb

display:flex;

align-items:center;

  

.img_right

float:right;

  

.img_left

float:left;

  

.centerText

text-align: center;

border-bottom: 1px solid #e7e6e6;

  

@media all and (min-width: 700px)

.img_margin_top

margin-top:19px;

 

.img_margin_top_video

margin-top:28px;

margin-right:10px;

   

@media screen and (max-width: 700px)

.img_margin_top

margin-top:12px;

 

.img_margin_top_video

margin-top:16px;

   

Suisse | Vaud

  

Suisse | Vaud

  

www.transpiree.com/randonnee/reserve-grangettes-villeneuve/

A menu is a really essential part of every website. It gives user one access to every important thing. Take any website and imagine it without its navigation bar or menu and it would feel like a taste-less soup. For the user, a website's menu is like the steering wheel of car.

 

There is a lot of ready to bake code out there for making these kinda drop down menus but all of them are complicated and difficult to use. Especially, the one having sub-menus as well. But WordPress users have a bit more advantage. Developers have made plugins for this purpose and a WordPress user can easily install them and then customize the menus.

 

See Here - Best CSS3 jQuery Menu WordPress Plugins

Adam will talk about troubleshooting jQuery at next week's jQuery Summit.

1 2 ••• 50 51 53 55 56 ••• 79 80