This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Controller | |
* @return object | |
*/ | |
var AppControlerName = (function(){ | |
/** | |
* Declarations | |
*/ | |
var variable, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS3 Usual Shapes | |
*/ | |
/* Arrow 1 */ | |
#left-triangle { | |
width: 0; | |
height: 0; | |
border-right: 5px solid gray; | |
border-top: 5px solid transparent; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Mukirana.com.br | |
// @example TrackMukirana.start({ max_price: 'R$ 30,00', interval: 500, auction_id: '', seconds_limit: '02', bets_limit: 20, debug: true }); | |
var TrackMukirana = (function(){ | |
var auction_id = '', | |
tmpTrack, | |
betData = {}, | |
trackOptions = {}, | |
bets = 0, | |
user = 'drfranca'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// bomdelance.com.br | |
// @example TrackBomDeLance.start({ max_price: 'R$ 30,00', auction_id: '', seconds_limit: '01', bets_limit: 20, debug: true }); | |
var TrackBomDeLance = (function(){ | |
var auction_id = '', | |
tmpTrack, | |
betData = {}, | |
trackOptions = {}, | |
bets = 0, | |
user = 'drfranca'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<div id="current_price_auction_1">R$ 5,00</div> | |
<div id="current_time_auction_1">15</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Carrossel = (function(){ | |
var instance, itemHeight, itemWidth, allItensWidth = 0; | |
function init( instanceId, options ) { | |
instance = $('#'+instanceId); | |
$( instance ) | |
.delegate('.carrossel-widget-nav-prev', 'click', prev) | |
.delegate('.carrossel-widget-nav-next', 'click', next); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.clearfix:after { | |
content: " "; | |
display: block; | |
height: 0; | |
clear: both; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body .in-bl { display:inline-block; } | |
* + html .in-bl { display:inline; zoom:1; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Módulo de controle geral do sistema Checkout | |
*/ | |
var Checkout = (function(){ | |
// Evita conflitos com outros scripts e sistemas | |
window['bcash_checkout'] = {}; | |
function init(){} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn-1, .btn-1-r{ | |
border:none; background: url("blue-btn-sprite.png") no-repeat; height: 24px; | |
} | |
.btn-1{ | |
overflow: inherit; font: bold 10px Arial; padding-left: 6px; color: #FFF; position: relative; | |
} | |
.btn-1-r{ background-position: -307px 0; width: 6px; position: absolute; right: -6px; top:0; display: block; } |
OlderNewer