Emaan F

User Id: 26172d18

Joined on: Jul 18, 2020
33 years Islam, Ehl-e-Sunni Punjabi Lives in Pakistan Arain, Pakistanis From Pakistan
Detailed Profile
About Emaan F
No Description
Lifestyle & Appearance

Fair Skinned

Dark Brown Hair

Brown Eyes

Slim Body

Doesn't Smoke

Doesn't Drink

5ft 2in - 157cm Height
Marital Status
Divorced Looking for 2nd marriage Have 1 children but not living together
Education & Career
Masters in Management Works in Non Working Department as Not working
/*whatsapp modal*/ $('#whatsAppContact').floatingWhatsApp({ phone: '+923361346061', //WhatsApp Business phone number International format- //Get it with Toky at https://toky.co/en/features/whatsapp. headerTitle: 'Chat with RightSpouse Team on WhatsApp!', //Popup Title popupMessage: 'Hello, how can we help you?', //Popup Message showPopup: true, //Enables popup display buttonImage: 'rightspouse_whatsapp', //Button Image //headerColor: 'crimson', //Custom header color //backgroundColor: 'crimson', //Custom background button color position: "right" }); $('.floating-wpp-head').click(function() { $('.floating-wpp-input-message textarea').val(''); }); $(document).on("click", function(event){ if(!$(event.target).closest('.floating-wpp-popup').length){ $('.floating-wpp-popup').removeClass('active'); } else if (!$('.floating-wpp-head').trigger('clicked')) { $('.floating-wpp-popup').addClass('active'); } }); /*whatsapp modal*/ $('.disabledBtn input[required], .disabledBtn select[required], .disabledBtn textarea[required]').on('blur, input', function (e) { var rc = 0; $('.disabledBtn [required]').each(function () { if ($(this).val().length === 0) { rc++; } }); if (rc === 0) { $('.disabledBtn button').prop("disabled", false); } else { $('.disabledBtn button').prop("disabled", true); } }); $('.disabledBtn2 input[required], .disabledBtn2 select[required], .disabledBtn2 textarea[required]').on('blur, input', function (e) { var rc = 0; $('.disabledBtn2 [required]').each(function () { if ($(this).val().length === 0 || !($('.agreeBtn').is(':checked'))) { rc++; } }); if (rc === 0) { $('.disabledBtn2 button').prop("disabled", false); } else { $('.disabledBtn2 button').prop("disabled", true); } }); $('.disabledBtn3 input[required], .disabledBtn3 select[required], .disabledBtn3 textarea[required]').on('blur, input', function (e) { var rc = 0; $('.disabledBtn3 [required]').each(function () { if ($(this).val().length === 0) { rc++; } }); if (rc === 0) { $('.disabledBtn3 button').prop("disabled", false); } else { $('.disabledBtn3 button').prop("disabled", true); } }); $(document).ready(function () { $('.fb-share').click(function (e) { e.preventDefault(); window.open($(this).attr('href'), 'fbShareWindow', 'height=450, width=550, top=' + ($(window).height() / 2 - 275) + ', left=' + ($(window).width() / 2 - 225) + ', toolbar=0, location=0, menubar=0, directories=0, scrollbars=0'); return false; }); $(document).on('click', '.mat_fav_btn', function () { var that = $(this); $.ajax({ url: 'https://rightspouse.com/update-favourite', type: "POST", data: {id: $(this).attr('id')}, headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')}, beforeSend: function () { $('.loading2').fadeIn(); }, complete: function (data) { $('.loading2').fadeOut(); }, success: function (data) { $('.loading2').fadeOut(); var res = JSON.parse(data); if (res.rCode == '1') { that.html(''); } else { if (that.attr('data') == 'fav') { that.closest('.match-card').fadeOut(); } else { that.html(''); } } $('#modal-contact-favourites').modal('show'); $('#modal-contact-favourites').find('.modal-body').html(res.rMsg); } }); }) }); $('#methodID').hide(); $(document).on('change', '.pmntopt', function () { let payOp = $('#payment-options').val(); if ($(this).val() !='') { $(this).closest('form').find('.accNo').html('

Use ' + $(this).find(':selected').data('account') + ' account # to send payment.

') if($(this).val() =="1d17d508-0188-4906-8de7-1a4e7a351319"){ $("input:radio:first").prop("checked", true).trigger("click"); $('#methodID').show(); $(".accNo").hide(); $(".transaction_id").hide(); $('.disabledBtn3 button').prop("disabled", false); }else if(payOP == "my-account"){ $(".transaction_id").hide(); $('#transaction_id').prop('disabled', true); $('#transaction_id').prop('required', false); }else{ $('#easypaisatype').val(null); $("#onlymanual").removeClass("d-none"); // $('#methodID').css('display', 'none'); $('#methodID').hide(); $(".accNo").removeClass("d-none"); $(".transaction_id").show(); $('#transaction_id').prop('disabled', false); $('#transaction_id').prop('required', true); } } else { $(this).closest('form').find('.accNo').html(''); } }); function TransactionID() { let payOp = $('#payment-options').val(); if(payOp == "20b38b4c-0ebf-4a1f-a5b0-54bfb8341ac1"){ $('#transaction_id').prop('disabled', false); $('#transaction_id').prop('required', true); $('#transaction_id').css('display', 'block'); $('#my-account-info').css('display', 'none'); }else if(payOp == "1d17d508-0188-4906-8de7-1a4e7a351319"){ $('#transaction_id').prop('disabled', true); $('#transaction_id').prop('required', false); $('#transaction_id').hide(); $('#methodID').css('display', 'block'); }else if(payOp == "my-account"){ $('#transaction_id').prop('disabled', true); $('#transaction_id').prop('required', false); $('#transaction_id').hide(); $('#my-account-info').css('display', 'block'); $('.disabledBtn3 button').prop("disabled", false); } } $(".accNo").hide(); function easypaisapaymentMethod() { $(".accNo").show(); $("#onlymanual").removeClass("d-none"); $('#transaction_id').prop('disabled', false); $('#transaction_id').css('display', 'block'); $('#easypaisatype').val("manual"); } function easypaisapaymentMethodBymethod() { $(".accNo").hide(); $("#onlymanual").addClass("d-none"); $('#transaction_id').prop('disabled', true); $('#transaction_id').hide(); $('#easypaisatype').val("easypaisa"); }