ANMOL, renowned for its trendsetting designs, introduces the jewels of the Modern Era with ‘Pulsating Diamonds’ collection ~ An Ode to the scintillating beauty of Diamonds. Crafted with excellence, this contemporary collection of exquisite diamond jewellery brings iconic designs that take inspiration from the glitz and glamour of red carpet extravaganza.
Each piece from the ‘Pulsating Diamond’ collection is as unique as the Inherently Luxe ‘Anmol Women’ who adorn Anmol’s creations. The stunning pieces are designed to pulsate fluidly on her every move. Crafted in 18k White gold or Rose Gold, each piece is studded with sparkling diamonds in a variety of cuts and sizes and is a testimony to the enduring magic of the most magnificent of gems i.e. Diamonds.
The collection encompasses chic necklaces, statement rings, statement earrings, and exquisite diamond cuffs handcrafted with excellent finesse and allure.
ANMOL beautifully captures the qualities of beauty & timelessness with this iconic ‘Pulsating Diamonds’ collection. The collection manifests every element of luxury, sparkle, and grandeur.
window.fbAsyncInit = function () { FB.init({ appId: '1430751883855158', cookie: true, // This is important, it's not enabled by default version: 'v2.9', oauth: true }); };
(function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return; } js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function checkLoginState() { FB.getLoginStatus(function (response) { statusChangeCallback(response); }); }
// This is called with the results from from FB.getLoginStatus(). function statusChangeCallback(response) { // console.log('statusChangeCallback'); //console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus().
if (response.status === 'connected') { // Logged into your app and Facebook. var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. // alert('Please log ' + 'into this app.');
FB.login(function (response) {
if (response.authResponse) {
var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); } else { // not auth / cancelled the login! } }, { scope: 'public_profile,email,user_hometown' });
} else { FB.login(function (response) {
if (response.authResponse) {
var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); }
}, { scope: 'public_profile,email,user_hometown' }); } }
function getName() {
FB.api('/me?fields=hometown,name', function (response) { alert(JSON.stringify(response)); $("#txtName").val(response.name); // $("#txtTown").val(response.hometown.name); $("#txtRName").val(response.name); $("#hidType").val(3); document.getElementById("imgBtnSubmitnew").click(); hideOverlay(); }); }