Al-Habib

Halal - Muslim Owned Halal - Muslim Owned

Photos

See all →

No photos yet. Be the first to post.


What's Recommended Here

Add →

No recommendations yet. Be the first.

Advertisement

Outlets

Blk 100G Pasir Panjang Road, Singapore 118523
105 Canberra Street, #01-01, Singapore 750105
Blk 570A Woodlands Ave 1, #01-01, Singapore 731570
Blk 333C Yishun St 31, Singapore 763333
BLK 291 Yishun St 22, #01-369, Singapore 760291

Reviews

Add →

No reviews yet. Be the first.

Advertisement

Tags

Type
Cuisine
Food

Advertisement
Advertisement
G
function pvToggle(btn) { btn.disabled = true; var placeId = btn.dataset.placeId; var status = btn.dataset.status; fetch('/u/explore/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content, 'Accept': 'application/json', }, body: JSON.stringify({ placeID: parseInt(placeId), status: parseInt(status) }), }) .then(r => r.json()) .then(data => { btn.disabled = false; btn.classList.toggle('active', data.active); var icon = btn.querySelector('i'); if (status === '1') { icon.className = data.active ? 'fas fa-heart' : 'far fa-heart'; } else if (status === '3') { icon.className = data.active ? 'fas fa-bookmark' : 'far fa-bookmark'; } }) .catch(() => { btn.disabled = false; }); }