-
function handleDropEvent(event, ui) {
var draggable = ui.draggable;
$('#triforceDrag').css({
backgroundImage: 'url("./img/linkHappy@2x.gif")',
backgroundSize: '112px 208px'
}).draggable({
disabled: true
});
$('#dragText').css({
fontSize: '0px',
color: "#fff"
-
function getrank(site) {
$.ajaxSetup({
cache: false
});
// Alexa
var alexa_load = "<img src='images/misc/loading.gif' alt='loading...' />";
var alexaUrl = "get/alexa.php?d=" + site;
$('.asite[data-value="' + site + '"] .alexa').html(alexa_load);
$.get(alexaUrl, function(data) {
cookie_name = site + '_alexa';
-
function getClients(pag) {
var contCase = 0;
$.get("inc/clientes.paginacao.php", {
pagina: pag
}, function(xmlCases) {
$('#client .client-list ul').html('');
$("client", xmlCases).each(function() {
contCase++;
var oLi = document.createElement("li");
if ($("url", this).text() == "") {
var oA = document.createElement("span");
} else {
-
MT.mainSection = function(options, elem) {
var $win = $(window),
$scroll = $('.scroll-target'),
$scrollProxy = $('#scroll-proxy'),
$this = $(elem),
$centerContainer = null,
$footer = $('footer'),
$scrollItems = null,
$overlayLinks = null,
_id = $this.attr('id'),
-
main.scrollTop = function() {
main.offsetTopWindow = $(window).scrollTop();
/* Setting page Vik */
//pageVik.changePositionFeatured();
pageCampaing.changePositionSets();
if ($(window).scrollTop() < Page.pageHeight && Page.sidePage != 'active') {
if (Page.sidePage != 'active') Page.setCurrentPage('home');
}
/* Set Current Page */