View allAll Photos Tagged jQuery

Top 10 cross-browser moderated by Peter-Paul Koch of Quirksmode.org

TDD your jQuery Plugins (Paul Elliott)

Word count plugin like Twitter. Default is 140 words.

Bastante conhecido pelo público, o nome Cecilia Dale virou sinônimo de refinamento, oferecendo uma completa linha de objetos de decoração, móveis e acessórios para a casa.

 

> 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 2009.

Getting your feet wet with jQuery, Thursday, May 21, 2009

A Perfin Investimentos é uma gestora de recursos independente, especializada na gestão de fundos multimercado e ações. O nosso objetivo é prover retornos consistentes no longo prazo, embasado por uma minuciosa análise fundamentalista dos ativos, rígidos controles de risco, elevada transparência nos processos e princípios éticos.

 

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

 

Projeto desenvolvido na PictureWeb em 2010.

Getting your feet wet with jQuery, Thursday, May 21, 2009

jquery datepicker with jquery 1.2.6 and ui 1.5.2

jquery, jquery ui, jqgird

نظمت جمعية نماء للتنمية والثقافة المغربية بالشراكة مع شركة SoftHighTech يوم السبت 17/12/2016.

 

دورة تدربية مجانية لفائدة الطلبة المعلوميات في JQuery، في دار الشباب بالعيايدة بمدينة سلا.

 

وتقام هذه الدورات كل يوم سبت وقد وصل عدد المستفيدين في مجموع الدورات التي نُظّمت 60 مشاركا في الثلاث دورات الأخيرة والتي كانت توزيع المشاركين فيها 15 مشاركا في الدورة الأولى و18 مشاركا في الدورة الثانية و27 مشاركا في دورة السبت الماضي.

jQuery Homepage Banner Slideshow / Product viewer

jQuery Tooltip sample screenshot

JQuery Ajax methods really made easy to post a data and return that data without refreshing the page. We can apply this jQuery Ajax post in CodeIgniter as well.

ColdFusion Powered Mobile Applications by Luis Majano @lmajano

jQuery(document).ready(function()

var ism_delaylocker = new ism_the_TimeOut(7, "#indeed_locker_content_4786", "indeed_locker_4786");

);

 

Standard Liege – Westerlo 1,5 Üstü

Ulm – Bamberg (TS:162.5) Üst

Bilbao Basket – Real Madrid (TS:170.5) Üst

Torino R...

 

maclarbanko.com/2016/12/11/11122016-futbol-%e2%9a%bd%ef%b...

A New Beginning 7

by Lucie Jirků

Original painting in acrylic on round canvas. Signed and dated on the back. This work does not require framing.

jQuery(".ssbp-input-url,.ssbp-input-url-2").on("click", function () jQuery(this).select(););TwitterFacebooktumblrPinterestStumbleGoogle+

www.contemporary-artists.co.uk/paintings/a-new-beginning-7/

 

Contemporary Artists

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, tooltip, and hyperlink

Show or hide components, including play/pause button, directional buttons, thumbnails, text panel, tooltip 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 type to clock / line. Timer position (bottom, top) for line type timer and stop timer on mouseover

Banner, thumbnails and buttons are all resizable

Embed links and images inside html text description box

Configurable tooltip for each thumbnail

Block & stripe sizes are configurable

Mouse wheel scrolling supported

Mobile touchscreen supported

Banner select by mouseover / click option

Horizontal / vertical alignment of thumbnails and buttons

Scrolling to fit large number of thumbnails on screen

Help file is included

 

Live demo: www.flashcomponents.net/component/jquery-banner-rotator.html

 

for live demo of where these came from, check out thisurlishaunted.com

#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 | Berne

  

Suisse | Berne Buufal Dans le Simmental, il y a un sommet, Buufal qui permet tout un parcours de crête (croupe). L’objectif du jour est donc de faire un tour pour longer cette croupe et atteindre ce sommet. Därstetten Je me gare dans le village de Därstetten, difficile de trouver une place de parc dans […]

  

www.transpiree.com/randonnee/buufal-darstetten/

A Dakar – Inovação e Empreendedorismo é uma empresa focada no desenvolvimento de pessoas e equipes. Ela coloca a disposição toda a história e expertise de Klever (engenheiro e piloto, conhecido por representar o Brasil no Rally Dakar) através de palestras, rallies empresariais, treinamentos com atividades e jogos corporativos.

Tools Used

HTML 5, CSS 3, Jquery, Photoshop, illustrator

Made at: www.ralphcorbett.com/box-shadow-art-highlighting.html

 

Highlight text with a box shadow, color it, then rotate it with a mouse click.

 

Can save the HTML code.

 

Make a Tag Cloud. Add links to the HTML code and make it active.

1 2 ••• 60 61 63 65 66 ••• 79 80