Home
Cuisine
Food
Photo
Place
Location
Area
Promotions
Signup
Login
Home
Search
Top Halal
Cuisines
Profile
Places
Bounce Fishball
Bounce Fishball
Halal Certified
Instagram
Facebook
Share:
WhatsApp
Facebook
X
Telegram
Copy Link
Serving Teochew fishball noodles.
Community
Photos
See all →
Signature Noodle
halaltag
Fishball Noodle Soup
halaltag
See All Photos
Community Picks
What's Recommended Here
Add →
Fishball Noodle
Recommend a Food
Locations
Outlets
Advertisement
Century Square
2 Tampines Central 5, #03, Singapore 529509
View Map
Changi Airport Terminal 3 (T3)
65 Airport Boulevard, #B2-03 (Kopitiam), Singapore 819663
View Map
Nordcom II
2 Gambas Crescent, Nordcom II, #03-21, Singapore 757044
View Map
Northshore Plaza
407 Northshore Drive, Singapore 820407
View Map
Reviews
Reviews
Add →
No reviews yet. Be the first.
Add Review
Advertisement
Tags
Tags
Type
Stall
Cuisine
Chinese
Food
Fishball Noodle
Follow us on
Instagram
Facebook
TikTok
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; }); }