31
onyouScore
Tefal Tendancy › questions and answers
- Information
- Price / Buy
- Specs
- Reviews
- Questions and answers1
1 questions
Now you can write
',
ajax: {
url: '/loaders/menu_social.php?id=1400&interno_id=52379&previa_url=http://www.onyougo.com/tefal-tendancy-questions-and-answers_pi52379e4',
once: false
}
},
position: {
my: 'top,right',
at: 'bottom,right',
target: $('.social'),
viewport: $(window),
adjust: {
x: 0,
y: 0
}
},
show: {
solo: true,
event: 'click'
},
hide: {
fixed: false,
event: 'none',
delay: 2000
},
style: {
classes: 'topmenu_social',
tip: {corner: false}
}
});
$('.primary .disable').qtip({
content:{
text: '
', // The text to use whilst the AJAX request is loading
ajax: {
url: '/loaders/menu_amazonclick.php?pais=us&bean=3168430062184;3168430062221;&bnombre=Tefal%20Tendancy&bcodigo=PP5049&product_idd=2802598&interno_idd=52379&boton=1', // URL to the local file
once: false // Re-fetch the content each time I'm shown
}
},
position: {
my: 'top,left',
at: 'bottom,left',
target: $('.primary .disable'),
viewport: $(window), // ...and make sure it stays on-screen if possible
adjust: {
x: 0,
y: 0
}
},
show: {
solo: true,
event: 'click'
},
hide: {
fixed: true,
event: 'mouseout',
delay: 1500
},
style: {
classes: 'topmenu_precio',
tip: {corner: false}
}
});
});