Tudo sobre serviço social

2918 palavras 12 páginas
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script>

$(document).ready(function() {

//

//When you click on a link with class of poplight and the href starts with a #

$('a.poplight[href^=#]').click(function() {

var popID = $(this).attr('rel'); //Get Popup Name

var popURL = $(this).attr('href'); //Get Popup href to define size

//Pull Query & Variables from href URL

var query= popURL.split('?');

var dim= query[1].split('&');

var popWidth = dim[0].split('=')[1]; //Gets the first query string value

//Fade in the Popup and add close button

$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/mw3v5cd/DbGlpuxvw/61.png" class="btn_close" title="Close Window" alt="Close" /></a>');

//Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css

var popMargTop = ($('#' + popID).height() + 80) / 2;

var popMargLeft = ($('#' + popID).width() + 80) / 2;

//Apply Margin to Popup

$('#' + popID).css({

'margin-top' : -popMargTop,

'margin-left' : -popMargLeft

});

//Fade in Background

$('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.

$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies return false;
});
//Close Popups and Fade Layer
$('a.close,

Relacionados

  • SEMIN RIO PROJETO DE EXTENS O 2015
    494 palavras | 2 páginas
  • Filosofia aplicada ao serviço social
    1666 palavras | 7 páginas
  • Filosofia e serviço social – da antiguidade à contemporaneidade
    1514 palavras | 7 páginas
  • 1068787002/13
    2291 palavras | 10 páginas
  • gomes3091
    2367 palavras | 10 páginas
  • psicologia
    2692 palavras | 11 páginas
  • RECONCEITUAÇÃO
    1991 palavras | 8 páginas
  • serviço social
    1071 palavras | 5 páginas
  • serviço social
    1334 palavras | 6 páginas
  • DESAFIOS PARA A MATERIALIZAÇÃO DO CÓDIGO DE ETICA
    1660 palavras | 7 páginas