उकेरा म्यागजिन-०१-२०८१-असोज

उकेरा म्यागजिन-०१-२०८१-असोज

Download

पुष २०, २०८१ शनिबार १४:१६:४६ मा प्रकाशित

उकेरामा प्रकाशित सामाग्रीबारे प्रतिक्रिया, सल्लाह, सुझाव र कुनै सामाग्री भए [email protected] मा पठाउनु होला।

उकेरा प्रिमियममा स्वागत छ

सतही, अर्धसत्य समाचारबाट जोगिने एक मात्र उपाय खोजमूलक, तथ्यपरक, स्वतन्त्र पत्रकारितालाई समर्थन।

हाम्रो विशेषता:

  • * खोजमूलक रिपोर्टिङ
  • * तथ्यपरक गहन विश्लेषण
  • * स्वतन्त्र पत्रकारिता

सदस्यता शुल्क:

$('.priceList__item').on('click', function () { // updating the price in title var discountedPriceText = $(this).find('.discounted__price').text().trim(); console.log("discountedPriceText : ",discountedPriceText) var discountedPrice = parseFloat(discountedPriceText.replace(/[^\d.]/g, '')); console.log("discountedPrice : ",discountedPrice) $('.updated__price').text(discountedPrice); // Toggle the subscription year (1 for monthly, 12 for yearly) if ($(this).attr('id') === 'monthlyPlan') { $('.updated_subscription_year_9867976').text('1'); } else if ($(this).attr('id') === 'yearlyPlan') { $('.updated_subscription_year_9867976').text('12'); } // highlighting the price option $('.priceList__item.selected').removeClass('selected'); $(this).addClass('selected'); });