Open same lightbox with multiple buttons

$w.onReady(()=>{
	$w("#button1, #button2, #button3").onClick(()=>{
		//your function here...............
	}) 
})