All about you

4478 palavras 18 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”> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <link href='http://fonts.googleapis.com/css?family=Dancing+Script&v1' rel='stylesheet' type='text/css'>

<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://media.tumblr.com/tumblr_lnvla1mScE1qjnya5.png" class="btn_close" title="Close Window" alt="Close" /></a>');

//Define margin for center alignment

Relacionados

  • Oasis
    712 palavras | 3 páginas
  • A ciencia hojee
    74258 palavras | 298 páginas
  • Cultural
    1019 palavras | 5 páginas
  • Trabalho
    714 palavras | 3 páginas
  • The boss
    1769 palavras | 8 páginas
  • E
    1307 palavras | 6 páginas
  • Apresentação de um hotel
    541 palavras | 3 páginas
  • Suicidio
    1109 palavras | 5 páginas
  • Aptidão fisica e saúde
    1032 palavras | 5 páginas
  • Song class - taylor swift
    384 palavras | 2 páginas