|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
You are here » Home Page
» News
» Amazon launches in India
Amazon launches in India
2013-06-11
source own
Amazon has launched its first shopping website targeting India, initially it will offer books, films and TV shows and hopefully expanding to cell phones and cameras in the near future. Amazon is restricted to selling through through its third party retailers model which is a familiar concept to the Indian marketplace. Amazon can sell and stock its own products because government legislation in India does not allow multi-brand retailers from selling direct to consumers.
E-Commerce in India is growing rapidly with the current market in India reported to be worth $1 billion in sales and only 1 in 8 of India’s population online then there are big opportunities for the amount of online spending to increase in line with the take up of internet use in India. India has the world’s youngest internet population with 75% of all users under the age of 35 years, social networking is also very popular among Indians online with a total uptake of 95% which is high compared to the world average of 81%. Date of Article 11.6.13 Please don't cut articles and distribute by email or
post to the web or in any other format without written permission from
www.bricpartner.com
|
|
|
|